Skip to content

Commit

Permalink
chore(deps): update docker.io/library/golang docker tag to v1.21.3 (#…
Browse files Browse the repository at this point in the history
…7215)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 11, 2023
1 parent 53714ef commit 0e9b43d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the operator binary
FROM docker.io/library/golang:1.21.2 as builder
FROM docker.io/library/golang:1.21.3 as builder

ARG VERSION
ARG SHA1
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile-ubi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the operator binary
FROM docker.io/library/golang:1.21.2 as builder
FROM docker.io/library/golang:1.21.3 as builder

ARG VERSION
ARG SHA1
Expand Down
2 changes: 1 addition & 1 deletion hack/manifest-gen/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.21.2 as builder
FROM docker.io/library/golang:1.21.3 as builder
ADD . /manifest-gen
WORKDIR /manifest-gen
ENV GO111MODULE=on CGO_ENABLED=0 GOOS=linux
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Docker image for the E2E tests runner
FROM docker.io/library/golang:1.21.2
FROM docker.io/library/golang:1.21.3

ARG GO_TAGS

Expand Down

0 comments on commit 0e9b43d

Please sign in to comment.