Skip to content

Commit

Permalink
Build(deps): Bump dotnet/aspnet in /src/docker
Browse files Browse the repository at this point in the history
Bumps dotnet/aspnet from 8.0-noble to 9.0-noble.

---
updated-dependencies:
- dependency-name: dotnet/aspnet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 4ab6528 commit 2d72332
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-azurelinux3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0-azurelinux3.0@sha256:e1cddf0093fc04fc5ded6c475abb0205db1279ff3dc2597b34403b4853a5a00c AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0-azurelinux3.0@sha256:778b106ea51065ad40f18ebf2f819e120929c3c3c482d552217e47bc7cdbc547 AS base

# Configure local user
ENV USER=root
Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-bookworm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# check=skip=UndefinedVar

FROM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm-slim@sha256:d53ebf3481ea8ac8e4fa5c4213ae1f32a33e68e5b8181868edb11d0496a00432 AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0-bookworm-slim@sha256:b4bea3a52a0a77317fa93c5bbdb076623f81e3e2f201078d89914da71318b5d8 AS base

# Force apt-get to not use TTY
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-noble
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# check=skip=UndefinedVar

FROM mcr.microsoft.com/dotnet/aspnet:8.0-noble@sha256:d1f7c5f0ef897b62d8580f5a51dbc9add024c273d06b67ff28580c882e9ff672 AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble@sha256:088655e4b9bd41d72e9f6d3ba96af5f556b217bf8cac7f26b002a27db0693530 AS base

# Force apt-get to not use TTY
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 2d72332

Please sign in to comment.