Skip to content

Commit 0eb73e3

Browse files
chore(deps): update dotnet monorepo to v7
1 parent 145a111 commit 0eb73e3

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:276d13b4ffdcc8aeecfe239d195c2988b040043c88884fc29fc476f9920afc9b as build
1+
FROM mcr.microsoft.com/dotnet/sdk:7.0-alpine@sha256:bc3c3df09de901501f94b2355dc77239d5d12f4236c6f0fad6338fcc4b9e5bde 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:224b03e9fcbd1247b095114bc472f0bd6d280d65efae74a14fd3be2aa66261aa
15+
FROM mcr.microsoft.com/dotnet/runtime:7.0-alpine@sha256:8f709ac01317649d2af89f501692834e07b966e78b74da2473ba14a49fea4b11
1616

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

0 commit comments

Comments
 (0)