We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debbcde commit 1af9903Copy full SHA for 1af9903
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM golang:1.23.4 AS builder
+FROM --platform=$BUILDPLATFORM golang:1.23.5 AS builder
2
3
COPY . /app
4
WORKDIR /app
@@ -11,7 +11,7 @@ RUN CGO_ENABLED=0 \
11
GOARCH=$TARGETARCH \
12
go build
13
14
-FROM gcr.io/distroless/static:latest@sha256:5c7e2b465ac6a2a4e5f4f7f722ce43b147dabe87cb21ac6c4007ae5178a1fa58
+FROM gcr.io/distroless/static:latest@sha256:3f2b64ef97bd285e36132c684e6b2ae8f2723293d09aae046196cca64251acac
15
16
COPY --from=builder /app/backup-google /
17
0 commit comments