Skip to content

Commit

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

Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
  • Loading branch information
cilium-renovate[bot] committed Jun 21, 2024
1 parent fcd0019 commit aa5c9ce
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.11-alpine@sha256:c0ea884eb6fbeff67789797cb565d87995a125d0adc0907e46c6566498fd3ce2 as gops
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.21.11-alpine@sha256:8dd2540baafa600cac2378ceaa3c5903f2ab2db282643a7fd5d0cebf7d61c5a4 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 aa5c9ce

Please sign in to comment.