Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 28, 2023
1 parent ad57bd5 commit e8842d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/app_cicd/cloud-build-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Start by building the application.
FROM golang:1.15-buster as kritis-build
FROM golang:1.20-buster as kritis-build

# Install kritis
WORKDIR /go/src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Start by building the application.
FROM golang:1.15-buster as kritis-build
FROM golang:1.20-buster as kritis-build

# Install kritis
WORKDIR /go/src
Expand Down

0 comments on commit e8842d7

Please sign in to comment.