summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-04-08 03:58:07 +1000
committerJake Mannens <jake@asger.xyz>2026-04-08 03:58:07 +1000
commit23bc4d5d0e2e0e5172f539242e78cf86ddd05a92 (patch)
treee01cfa7f8de40e7189e3b64fde6275640010e355 /Dockerfile
parent0d517e182dcf97e9fe46f6524f1d116ca5a94929 (diff)
v0.7av0.7a
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 463a11d..a93e994 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:aa05b91be697b83229cb000b90120f0783604ad74ed92a0b45cdf3d1a9c873de AS build
+FROM mcr.microsoft.com/dotnet/sdk:10.0@sha256:f061e5a7532b36fa1d1b684857fe1f504ba92115b9934f154643266613c44c62 AS build
WORKDIR /App
COPY . ./
RUN dotnet restore
RUN dotnet publish -o out
-FROM mcr.microsoft.com/dotnet/aspnet:8.0@sha256:4b8f0b08534833b39bb662fb19a65e78cb086f5ca8dd35de3f87026de8885be4
+FROM mcr.microsoft.com/dotnet/aspnet:10.0@sha256:ccdca44cd4f256d50187f920dc8ccc2a9ea7a8a4597ac1d51e08fddb2e3b3205
RUN apt update
RUN apt install -y imagemagick
RUN apt clean