Skip to content

Commit

Permalink
deps: update golang docker tag to v1.19.5
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Jan 13, 2023
1 parent c0ece7a commit 10140eb
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 10140eb

Please sign in to comment.