Skip to content

Commit

Permalink
chore(deps): update docker.io/library/golang:1.21.10-alpine docker di…
Browse files Browse the repository at this point in the history
…gest to 38c675b

Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
  • Loading branch information
cilium-renovate[bot] authored and mtardy committed May 24, 2024
1 parent 6652052 commit 2adfc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN if [ $BUILDARCH != $TARGETARCH ]; \
else make tetragon-image LOCAL_CLANG=1 VERSION=$TETRAGON_VERSION TARGET_ARCH=$TARGETARCH; fi

# Third builder (cross-)compile a stripped gops
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.21.10-alpine@sha256:1c2e4747a1b15fe65c8317bca9bd91611b29fe7c8b65009b9edbee7653e62614 as gops
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.21.10-alpine@sha256:38c675b4f586865b79c996511acd84af64dbe47b71d2f5cb2da55ff3dac54fc6 as gops
ARG TARGETARCH
RUN apk add --no-cache binutils git \
&& git clone https://github.com/google/gops /go/src/github.com/google/gops \
Expand Down

0 comments on commit 2adfc75

Please sign in to comment.