Skip to content

Commit 36d89a6

Browse files
committed
Upgrade .net for retype
1 parent 73785b3 commit 36d89a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY ./server/. .
1212
RUN go build -o docktainer
1313

1414
# Stage 2: Final container with Retype, Git and the Webserver
15-
FROM mcr.microsoft.com/dotnet/sdk:7.0-alpine-amd64
15+
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine-amd64
1616

1717
# Install required tools
1818
RUN apk add --no-cache \

0 commit comments

Comments
 (0)