We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e64936 commit 5553374Copy full SHA for 5553374
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
+FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base
2
WORKDIR /app
3
EXPOSE 8080
4
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y curl unzip \
9
&& apt-get clean \
10
&& rm -rf /var/lib/apt/lists/*
11
12
-FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
13
14
# Install bun and tailwindcss in build stage
15
RUN apt-get update && apt-get install -y curl unzip \
0 commit comments