diff --git a/Dockerfile b/Dockerfile index bbb201f3..b1f5b589 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG BUILD_NUMBER=123 RUN --mount=type=cache,target=/root/.nuget/packages \ ./deployment/publish.sh "Gnomeshade.WebApi" "linux-musl-x64" $BUILD_NUMBER -FROM mcr.microsoft.com/dotnet/runtime-deps:10.0.6-alpine3.23 as gnomeshade +FROM mcr.microsoft.com/dotnet/runtime-deps:10.0.7-alpine3.23 as gnomeshade WORKDIR /gnomeshade COPY --chmod=-w --from=build [ \