From fa2b8667777b329c04bc630d9daf61dee689e789 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 23:13:38 +0000 Subject: [PATCH] Update mcr.microsoft.com/dotnet/runtime Docker tag to v9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 601d8d5..791d54f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine AS base +FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine AS base WORKDIR /app COPY . . ENTRYPOINT ["dotnet", "Eleia.dll"] \ No newline at end of file