File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
# renovate: depName=https://github.com/microsoft/wopi-validator-core depBranch=main
4
4
ENV WOPI_VALIDATOR_VERSION="${WOPI_VALIDATOR_VERSION:-afe0e5fa1ef2e43f76265166e63c4b35eb391892}"
@@ -12,7 +12,7 @@ WORKDIR /app/
12
12
RUN dotnet build -c Release
13
13
RUN find /app/src/WopiValidator/bin/Release
14
14
15
- FROM mcr.microsoft.com/dotnet/runtime:6.0-alpine@sha256:f971a195d9a159980f90442a9086efc51fe2c127e1ff331ace01e523a9875c33
15
+ FROM mcr.microsoft.com/dotnet/runtime:6.0-alpine@sha256:2707f52466ebe7ddc57870b09d14f25826c22c6f0b1edca5a381c0f4892955f5
16
16
17
17
LABEL maintainer="ownCloud GmbH <
[email protected] >"
18
18
LABEL org.opencontainers.image.authors="ownCloud DevOps <
[email protected] >"
You can’t perform that action at this time.
0 commit comments