-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docker): update docker digests
- Loading branch information
1 parent
0a1ff30
commit 3c118ed
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$BUILDPLATFORM docker.io/golang:1.22@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 as build | ||
FROM --platform=$BUILDPLATFORM docker.io/golang:1.22@sha256:82f17e51ab3860cee8ba46333d19f1f9844568617b6889abeeb5a3a98cb711d1 as build | ||
|
||
ARG TARGETOS | ||
ARG TARGETARCH | ||
|
@@ -8,7 +8,7 @@ WORKDIR /src | |
|
||
RUN make build | ||
|
||
FROM docker.io/docker:26.1-dind@sha256:a811114bcd41954bc9b6577469ce7e648ee600c864e815e535aac79e50439352 | ||
FROM docker.io/docker:26.1-dind@sha256:dd43b430341a40d88f4f30edb03865daa9d6fa39c9b1da70f27e2a89cec3eae1 | ||
|
||
LABEL maintainer="ownCloud DevOps <[email protected]>" | ||
LABEL org.opencontainers.image.authors="ownCloud DevOps <[email protected]>" | ||
|