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

docker: bump dotnet/aspnet from 4c3901b to 668206f in /aznamingtool #4184

Merged
Merged
Show file tree
Hide file tree
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 aznamingtool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN test -n "${BUILD_VERSION}" \

### FINAL ###
#FROM base AS final
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine3.20@sha256:4c3901bfc7d61d3e20e68f2034688dc83ac0c79d6c2b0e28eddd4b4ac0b9f5f4
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine3.20@sha256:668206f1873f39174aa4760b02b090a0aa21f2f981bb2a1d2772c884eab32daa
WORKDIR /app

LABEL org.opencontainers.image.authors="Jauder Ho <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion aznamingtool/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.

### BASE ###
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine3.20@sha256:4c3901bfc7d61d3e20e68f2034688dc83ac0c79d6c2b0e28eddd4b4ac0b9f5f4 AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine3.20@sha256:668206f1873f39174aa4760b02b090a0aa21f2f981bb2a1d2772c884eab32daa AS base
WORKDIR /app
RUN apk update && apk upgrade -a
EXPOSE 80
Expand Down