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 Feb 23, 2024
1 parent 345156e commit 0b7bb2d
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 0b7bb2d

Please sign in to comment.