Skip to content

Commit

Permalink
docker: bump dotnet/aspnet from 668206f to c9ff08a in /aznamingto…
Browse files Browse the repository at this point in the history
…ol (#4198)

Bumps dotnet/aspnet from `668206f` to `c9ff08a`.

---
updated-dependencies:
- dependency-name: dotnet/aspnet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 389325b commit 2508a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:668206f1873f39174aa4760b02b090a0aa21f2f981bb2a1d2772c884eab32daa
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine3.20@sha256:c9ff08a26e41b5e271cd7d1942f9f807be9d0eefdd100844f75b70bdb0c2fafd
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:668206f1873f39174aa4760b02b090a0aa21f2f981bb2a1d2772c884eab32daa AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine3.20@sha256:c9ff08a26e41b5e271cd7d1942f9f807be9d0eefdd100844f75b70bdb0c2fafd AS base
WORKDIR /app
RUN apk update && apk upgrade -a
EXPOSE 80
Expand Down

0 comments on commit 2508a55

Please sign in to comment.