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

Build(deps): Bump dotnet/aspnet from 6.0-jammy to 8.0-jammy in /src/docker #126

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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 src/docker/Dockerfile-bookworm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0-bookworm-slim@sha256:4f1519bfe954d5caf962f5502c4252d5d39d45517aa68e6b5847e72fd10769b4 as base
FROM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm-slim@sha256:f4cb736b1220b1013e7a0f77e49487c5cc1fe643bf41a750306c4a1caa7faa97 as base

# Force apt-get to not use TTY
ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-bullseye
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0-bullseye-slim@sha256:c39b4582563fed008cb8e83d44388cf80dbc4e8cf8803869f5799205fcb126eb as base
FROM mcr.microsoft.com/dotnet/aspnet:6.0-bullseye-slim@sha256:cfc48e15e0eb0448e52aade289122c262ba5e6eaea45228307ae3bc07fb1cb5e as base

# Force apt-get to not use TTY
ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-focal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0-focal@sha256:2e686e012918cd62109385348ae441ecc6702dad90b0de15ca37eb5851fe43cf as base
FROM mcr.microsoft.com/dotnet/aspnet:6.0-focal@sha256:c7383a0f54460a2f902376eb302c67741966dcec49504fcca14955fb9a032d69 as base

# Force apt-get to not use TTY
ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-jammy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0-jammy@sha256:36f90c72b200f455e130a48fc279080aff296b4d506e29b9619fe82ae3853c4b as base
FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy@sha256:d7e5800fca5792d92fb82bc393edcb10c67101063f82fc8a577c55eb0148a3a4 as base

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