Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 65289f8

Browse files
dependabot[bot]sys27
authored andcommitted
Bump node from 23.5.0-alpine to 23.6.0-alpine
Bumps node from 23.5.0-alpine to 23.6.0-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b91391a commit 65289f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN dotnet publish "Pyro/Pyro.csproj" \
3939
--nologo --no-restore --no-build -c $BUILD_CONFIGURATION \
4040
-o /app/publish /p:UseAppHost=false
4141

42-
FROM --platform=$BUILDPLATFORM node:23.5.0-alpine AS node
42+
FROM --platform=$BUILDPLATFORM node:23.6.0-alpine AS node
4343
WORKDIR /src
4444
COPY ["Pyro.UI/package.json", "Pyro.UI/package-lock.json", "./"]
4545
RUN npm ci

0 commit comments

Comments
 (0)