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:9d4c12992ef0e5b9b5c3365e5e9b6bc08607e35db2de8b07f1042fecc3f49adb as build
1
+ FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine@sha256:276d13b4ffdcc8aeecfe239d195c2988b040043c88884fc29fc476f9920afc9b 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:-4c995a0d8c32ed5f55cac1dd3209d2450e12725c}"
@@ -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:66138d2f7e5a166362332a8ba266352f65311bf741ad96bbfe57b16a0276d90c
15
+ FROM mcr.microsoft.com/dotnet/runtime:6.0-alpine@sha256:224b03e9fcbd1247b095114bc472f0bd6d280d65efae74a14fd3be2aa66261aa
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