Skip to content

Commit

Permalink
chore(docker): update docker digests
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 12, 2024
1 parent 0a1ff30 commit 078127c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.multiarch
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:0f7691253e132744318ff4b02e0824fec9fa4f3b43b08afd1195599660d51521 as build

ARG TARGETOS
ARG TARGETARCH
Expand All @@ -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:a6b5add4d34aff635fbe7f3eb43b5f3b5dc7d9df61ce1f9f8f5fca2739992c19

LABEL maintainer="ownCloud DevOps <[email protected]>"
LABEL org.opencontainers.image.authors="ownCloud DevOps <[email protected]>"
Expand Down

0 comments on commit 078127c

Please sign in to comment.