Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update mcr.microsoft.com/dotnet/runtime docker tag to v8.0.7 #54

Merged
merged 1 commit into from
Jul 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN --mount=type=cache,id=nuget,target=/root/.nuget/packages dotnet publish \
-o /build/publish \
src/PathlingS3Import/PathlingS3Import.csproj

FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/runtime:8.0.6-noble-chiseled@sha256:3eb3f500b4dc2efc6a622d95f2360f44e6fe5b59a50c4153fae3aae7ca33e5bf
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/runtime:8.0.7-noble-chiseled@sha256:89d22da5947c002489990e99362cce58c13d0b05cdf709f9ad34dbb330a59cdf
WORKDIR /opt/pathling-s3-import
USER 65534:65534
ENV DOTNET_ENVIRONMENT="Production" \
Expand Down