From fc6796f226b178ede045571e91000e59b39f2fa4 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Fri, 23 May 2025 20:54:52 +0200 Subject: [PATCH] :arrow_up: bump dependencies --- .docfx/Dockerfile.docfx | 6 +++--- Directory.Packages.props | 24 ++++++++++++------------ testenvironments.json | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.docfx/Dockerfile.docfx b/.docfx/Dockerfile.docfx index 0e78ce5..29307d0 100644 --- a/.docfx/Dockerfile.docfx +++ b/.docfx/Dockerfile.docfx @@ -1,14 +1,14 @@ -FROM nginx:1.27.3-alpine AS base +FROM --platform=$BUILDPLATFORM nginx:1.27.5-alpine AS base RUN rm -rf /usr/share/nginx/html/* -FROM codebeltnet/docfx:2.77.0 AS build +FROM --platform=$BUILDPLATFORM codebeltnet/docfx:2.78.3 AS build ADD [".", "docfx"] RUN cd docfx; \ docfx build -FROM base AS final +FROM nginx:1.27.5-alpine AS final WORKDIR /usr/share/nginx/html COPY --from=build /build/docfx/wwwroot /usr/share/nginx/html diff --git a/Directory.Packages.props b/Directory.Packages.props index 4771655..97da020 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,10 +4,10 @@ true - - - - + + + + @@ -20,16 +20,16 @@ - + - - - - - - + + + + + + @@ -37,6 +37,6 @@ - + \ No newline at end of file diff --git a/testenvironments.json b/testenvironments.json index cb17045..1270327 100644 --- a/testenvironments.json +++ b/testenvironments.json @@ -9,7 +9,7 @@ { "name": "Docker-Ubuntu", "type": "docker", - "dockerImage": "gimlichael/ubuntu-testrunner:mono-net8.0.408-9.0.203" + "dockerImage": "gimlichael/ubuntu-testrunner:mono-net8.0.409-9.0.300" } ] }