We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f03a2 commit 8cedc17Copy full SHA for 8cedc17
1 file changed
Dockerfile.multiarch
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM docker.io/golang:1.22@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 as build
+FROM --platform=$BUILDPLATFORM docker.io/golang:1.22@sha256:c2010b9c2342431a24a2e64e33d9eb2e484af49e72c820e200d332d214d5e61f as build
2
3
ARG TARGETOS
4
ARG TARGETARCH
@@ -8,7 +8,7 @@ WORKDIR /src
8
9
RUN make build
10
11
-FROM docker.io/alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
+FROM docker.io/alpine:3.19@sha256:11314a24e84f1ea0b9272c337bcc70b10f3c13e9d8fe79f13c2d8d4ce4748ffa
12
13
LABEL maintainer="ownCloud DevOps <devops@owncloud.com>"
14
LABEL org.opencontainers.image.authors="ownCloud DevOps <devops@owncloud.com>"
0 commit comments