Skip to content

Commit

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

Bumps dotnet/aspnet from `4c3901b` to `668206f`.

---
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 7, 2025
1 parent e8319f9 commit 7298993
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: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

0 comments on commit 7298993

Please sign in to comment.