From 013b9565e18453894c573fe25329a13f9fb0fd51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:12:39 -0500 Subject: [PATCH] chore(deps): update ghcr.io/nunit/docfx-action docker tag to v4 (#1021) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 11a39cf6b..b6324aa7a 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/nunit/docfx-action:v3.4.2 +FROM ghcr.io/nunit/docfx-action:v4.0.0 EXPOSE 8080 ARG NODE_MAJOR=20