Skip to content

Commit a269ab8

Browse files
chore(docker): update docker digests
1 parent 0a1ff30 commit a269ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.multiarch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM docker.io/golang:1.22@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 as build
1+
FROM --platform=$BUILDPLATFORM docker.io/golang:1.22@sha256:375af28d844b7023f180961153a1ab2e89343040903329a2e1913308c0005a38 as build
22

33
ARG TARGETOS
44
ARG TARGETARCH
@@ -8,7 +8,7 @@ WORKDIR /src
88

99
RUN make build
1010

11-
FROM docker.io/docker:26.1-dind@sha256:a811114bcd41954bc9b6577469ce7e648ee600c864e815e535aac79e50439352
11+
FROM docker.io/docker:26.1-dind@sha256:dd43b430341a40d88f4f30edb03865daa9d6fa39c9b1da70f27e2a89cec3eae1
1212

1313
LABEL maintainer="ownCloud DevOps <devops@owncloud.com>"
1414
LABEL org.opencontainers.image.authors="ownCloud DevOps <devops@owncloud.com>"

0 commit comments

Comments
 (0)