Skip to content

Commit

Permalink
Use noble chiseled images (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahma19 authored Aug 22, 2024
1 parent 1b0328e commit 2ef5b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.simplified
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG SDK_VERSION
ARG RUNTIME_VERSION
FROM mcr.microsoft.com/dotnet/aspnet:${RUNTIME_VERSION}-jammy-chiseled-extra AS base
FROM mcr.microsoft.com/dotnet/aspnet:${RUNTIME_VERSION}-noble-chiseled-extra AS base

FROM mcr.microsoft.com/dotnet/sdk:${SDK_VERSION}-jammy AS build
FROM mcr.microsoft.com/dotnet/sdk:${SDK_VERSION}-noble AS build
ARG PROJECT
ARG MIGRATIONS
WORKDIR /src/
Expand Down

0 comments on commit 2ef5b34

Please sign in to comment.