mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
Upgrade Dockerfile base image
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
73dbebdeb2
commit
d27401a091
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:5.0 as base
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0 as base
|
||||
WORKDIR /app
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
|
||||
COPY . /src
|
||||
WORKDIR /src
|
||||
RUN ls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue