Skip to content

Commit

Permalink
deps: update golang docker tag to v1.19.5 (#587)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 16, 2023
1 parent 8720282 commit 567a211
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.4-alpine3.16 as builder
FROM --platform=$BUILDPLATFORM golang:1.19.5-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.4-alpine3.16 as builder
FROM --platform=$BUILDPLATFORM golang:1.19.5-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.4-alpine3.16 as builder
FROM --platform=$BUILDPLATFORM golang:1.19.5-alpine3.16 as builder

ENV CGO_ENABLED=0

Expand Down

0 comments on commit 567a211

Please sign in to comment.