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 Jan 24, 2024
1 parent 94e4334 commit 0e05f42
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 0e05f42

Please sign in to comment.