Skip to content

Commit 6cc6bb0

Browse files
chore(deps): update golang:1.24 docker digest to 31ab5fa
1 parent b6a5fe0 commit 6cc6bb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.multiarch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG TARGETARCH
1111
#
1212
# STEP 1: Base image with common dependencies
1313
#
14-
FROM --platform=$BUILDPLATFORM golang:1.24@sha256:30baaea08c5d1e858329c50f29fe381e9b7d7bced11a0f5f1f69a1504cdfbf5e AS base
14+
FROM --platform=$BUILDPLATFORM golang:1.24@sha256:31ab5fa601a11efcf71576366faba035c78ee0ebeae53639af56dffaf5d6fa75 AS base
1515

1616
# Install essential build tools
1717
RUN apt-get update && \
@@ -90,7 +90,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
9090
#
9191
# STEP 3: Runner image
9292
#
93-
FROM golang:1.24@sha256:30baaea08c5d1e858329c50f29fe381e9b7d7bced11a0f5f1f69a1504cdfbf5e AS runner
93+
FROM golang:1.24@sha256:31ab5fa601a11efcf71576366faba035c78ee0ebeae53639af56dffaf5d6fa75 AS runner
9494

9595
# Install minimal runtime dependencies
9696
RUN apt-get update && \

0 commit comments

Comments
 (0)