Skip to content

Commit a7110d1

Browse files
snyk-botgithub-actions
authored and
github-actions
committed
1 parent f10f124 commit a7110d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aguacongas.TheIdServer.BlazorApp/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN dotnet build "Aguacongas.TheIdServer.BlazorApp.csproj" -c Release -o /app/bu
3939
FROM build AS publish
4040
RUN dotnet publish "Aguacongas.TheIdServer.BlazorApp.csproj" -c Release -o /app/publish
4141

42-
FROM nginx:1.21 AS final
42+
FROM nginx:stable AS final
4343
WORKDIR /usr/share/nginx/html
4444
COPY --from=publish /app/publish/wwwroot .
4545
COPY --from=build /src/src/Aguacongas.TheIdServer.BlazorApp/nginx.conf /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)