Skip to content

Commit af04f51

Browse files
committed
try this
1 parent 463e067 commit af04f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /app
33
ENV ASPNETCORE_URLS=http://+:80
44
EXPOSE 80
55

6-
FROM mcr.microsoft.com/dotnet/sdk:9.0.204 AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:9.0.204-bookworm-slim-amd64 AS build
77

88
RUN set -uex \
99
&& apt-get update \

0 commit comments

Comments
 (0)