Skip to content

Commit 154f024

Browse files
chore(docker): update docker digests
1 parent 8c53e09 commit 154f024

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:1b84f59aae0560125713a8805a6afb2f84097e279b6aa246c3005daeb0d773cc as build
1+
FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine@sha256:64ff5cf0e52f8d1f22ce53639890a0e64f0dac21b5f2366e65b18fc2f8452eab as build
22

33
# renovate: depName=https://github.com/microsoft/wopi-validator-core depBranch=main
44
ENV WOPI_VALIDATOR_VERSION="${WOPI_VALIDATOR_VERSION:-afe0e5fa1ef2e43f76265166e63c4b35eb391892}"
@@ -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:f971a195d9a159980f90442a9086efc51fe2c127e1ff331ace01e523a9875c33
15+
FROM mcr.microsoft.com/dotnet/runtime:6.0-alpine@sha256:2707f52466ebe7ddc57870b09d14f25826c22c6f0b1edca5a381c0f4892955f5
1616

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

0 commit comments

Comments
 (0)