Skip to content

Commit 8387c56

Browse files
committed
docker file net 9
1 parent 2918156 commit 8387c56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OpenAlprWebhookProcessor.Server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.
22

3-
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
3+
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
44
USER app
55
WORKDIR /app
66
EXPOSE 8080
77

8-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
8+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
99
ARG BUILD_CONFIGURATION=Release
1010
WORKDIR /src
1111

0 commit comments

Comments
 (0)