Skip to content

Commit

Permalink
deps: update golang docker tag to v1.20.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Feb 2, 2023
1 parent 517e148 commit 8504270
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 8504270

Please sign in to comment.