Skip to content

Commit 145a111

Browse files
committed
chore(docker): update docker digests
1 parent ee33f6f commit 145a111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

latest/Dockerfile.amd64

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine@sha256:9d4c12992ef0e5b9b5c3365e5e9b6bc08607e35db2de8b07f1042fecc3f49adb as build
1+
FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine@sha256:276d13b4ffdcc8aeecfe239d195c2988b040043c88884fc29fc476f9920afc9b as build
22

33
# renovate: depName=https://github.com/microsoft/wopi-validator-core depBranch=main
44
ENV WOPI_VALIDATOR_VERSION="${WOPI_VALIDATOR_VERSION:-4c995a0d8c32ed5f55cac1dd3209d2450e12725c}"
@@ -12,7 +12,7 @@ WORKDIR /app/
1212
RUN dotnet build -c Release
1313
RUN find /app/src/WopiValidator/bin/Release
1414

15-
FROM mcr.microsoft.com/dotnet/runtime:6.0-alpine@sha256:66138d2f7e5a166362332a8ba266352f65311bf741ad96bbfe57b16a0276d90c
15+
FROM mcr.microsoft.com/dotnet/runtime:6.0-alpine@sha256:224b03e9fcbd1247b095114bc472f0bd6d280d65efae74a14fd3be2aa66261aa
1616

1717
LABEL maintainer="ownCloud GmbH <[email protected]>"
1818
LABEL org.opencontainers.image.authors="ownCloud DevOps <[email protected]>"

0 commit comments

Comments
 (0)