Skip to content

Commit

Permalink
deps: update golang docker tag to v1.20.0 (#742)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 2, 2023
1 parent bab6a6f commit c9873ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion klt-cert-manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.19.5-alpine3.16 AS builder
FROM --platform=$BUILDPLATFORM golang:1.20.0-alpine3.16 AS builder

ENV CGO_ENABLED=0

Expand Down
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.19.5-alpine3.16 AS builder
FROM --platform=$BUILDPLATFORM golang:1.20.0-alpine3.16 AS builder

ENV CGO_ENABLED=0

Expand Down
2 changes: 1 addition & 1 deletion scheduler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.19.5-alpine3.16 AS builder
FROM --platform=$BUILDPLATFORM golang:1.20.0-alpine3.16 AS builder

ENV CGO_ENABLED=0

Expand Down

0 comments on commit c9873ae

Please sign in to comment.