From 1ca7f1984ed64971277c2d78c37506400a4289a8 Mon Sep 17 00:00:00 2001 From: sandre Date: Mon, 20 Oct 2025 15:26:23 +0200 Subject: [PATCH] Update Docker base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f17d7bc..a7dfcf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ #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 RUN apt-get -y update