Update Docker base image

This commit is contained in:
2025-10-20 15:26:23 +02:00
parent 70a6b6a16a
commit 1ca7f1984e

View File

@@ -1,6 +1,6 @@
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
FROM mcr.microsoft.com/dotnet/aspnet:7.0.14-bookworm-slim-amd64 AS base FROM mcr.microsoft.com/dotnet/aspnet:8.0.16-bookworm-slim-amd64 AS base
EXPOSE 80 EXPOSE 80
RUN apt-get -y update RUN apt-get -y update