Skip to content

Commit 069eb71

Browse files
committed
Update Dockerfile
1 parent 513a458 commit 069eb71

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

appviewlite/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS build
22

33
RUN mkdir /src /app
44

55
WORKDIR /src
66
COPY ./AppViewLite .
77
RUN dotnet publish src/AppViewLite.Web -c Release -o /app/publish
88

9-
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine
9+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine
1010

1111
RUN apk add --no-cache \
1212
git
@@ -25,4 +25,4 @@ ENV APPVIEWLITE_BIND_URLS=http://+:8080
2525
ENV APPVIEWLITE_ALLOW_NEW_DATABASE=1
2626
EXPOSE 8080
2727

28-
ENTRYPOINT ["dotnet", "AppViewLite.Web.dll"]
28+
ENTRYPOINT ["dotnet", "AppViewLite.Web.dll"]

0 commit comments

Comments
 (0)