Skip to content

Commit

Permalink
chore(deps): update docker.elastic.co/wolfi/go docker tag to v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-renovate-prod[bot] authored Nov 11, 2024
1 parent 79ceb6d commit e37a4af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.elastic.co/wolfi/go:1.23.2@sha256:b1f616bb7d0ab68184389e25c702e9a53118ac7c62588511ee6ed9e095f0a847 as builder
FROM docker.elastic.co/wolfi/go:1.23.3@sha256:e2df62b617155a3b32974ef585c66eaeb52185d23eabe1289f2ccabb9d8574bc 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.elastic.co/wolfi/go:1.23.2@sha256:b1f616bb7d0ab68184389e25c702e9a53118ac7c62588511ee6ed9e095f0a847 as builder
FROM docker.elastic.co/wolfi/go:1.23.3@sha256:e2df62b617155a3b32974ef585c66eaeb52185d23eabe1289f2ccabb9d8574bc 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.elastic.co/wolfi/go:1.23.2@sha256:b1f616bb7d0ab68184389e25c702e9a53118ac7c62588511ee6ed9e095f0a847 as builder
FROM docker.elastic.co/wolfi/go:1.23.3@sha256:e2df62b617155a3b32974ef585c66eaeb52185d23eabe1289f2ccabb9d8574bc as builder
ADD . /manifest-gen
WORKDIR /manifest-gen
ENV GO111MODULE=on CGO_ENABLED=0 GOOS=linux
Expand Down

0 comments on commit e37a4af

Please sign in to comment.