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 2a1959c

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 31, 2024
1 parent a69c321 commit 2e48b77
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:38c675b4f586865b79c996511acd84af64dbe47b71d2f5cb2da55ff3dac54fc6 as gops
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.21.10-alpine@sha256:2a1959ca3c229c72fbbee9643b88ef23d7859a7d18b60a0d94ee3d2923b49316 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 2e48b77

Please sign in to comment.