Skip to content

Commit

Permalink
chore(docker): update docker.io/docker:25.0-dind docker digest to 19a…
Browse files Browse the repository at this point in the history
…2619 (#93)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <[email protected]>
  • Loading branch information
renovate[bot] and xoxys authored Mar 18, 2024
1 parent c196357 commit 8aaa05d
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
Expand Up @@ -8,7 +8,7 @@ WORKDIR /src

RUN make build

FROM docker.io/docker:25.0-dind@sha256:93529df8cf4b81a55dfe1a24828b775b5912307314783e64868acca36342f573
FROM docker.io/docker:25.0-dind@sha256:19a2619f1285f127e20923578299cf42407c347872409fff6f8b90b386d5130f

LABEL maintainer="ownCloud DevOps <[email protected]>"
LABEL org.opencontainers.image.authors="ownCloud DevOps <[email protected]>"
Expand All @@ -28,7 +28,7 @@ ENV DOCKER_HOST=unix:///var/run/docker.sock

RUN apk --update add --virtual .build-deps curl && \
apk --update add --no-cache git coredns && \
apk upgrade --no-cache libcrypto3 libssl3 && \
apk upgrade --no-cache libcrypto3 libssl3 libexpat && \
mkdir -p /usr/lib/docker/cli-plugins/ && \
curl -SsL -o /usr/lib/docker/cli-plugins/docker-buildx \
"https://github.com/docker/buildx/releases/download/v${BUILDX_VERSION##v}/buildx-v${BUILDX_VERSION##v}.${TARGETOS:-linux}-${TARGETARCH:-amd64}" && \
Expand Down

0 comments on commit 8aaa05d

Please sign in to comment.