Skip to content

Commit 5553374

Browse files
committed
Update Dockerfile
1 parent 3e64936 commit 5553374

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base
22
WORKDIR /app
33
EXPOSE 8080
44

@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y curl unzip \
99
&& apt-get clean \
1010
&& rm -rf /var/lib/apt/lists/*
1111

12-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
12+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
1313

1414
# Install bun and tailwindcss in build stage
1515
RUN apt-get update && apt-get install -y curl unzip \

0 commit comments

Comments
 (0)