Skip to content

Commit 9c5b2e3

Browse files
build(deps): bump node from 20-alpine to 25-alpine
Bumps node from 20-alpine to 25-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7bfde8 commit 9c5b2e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM golang:1.26.2-alpine AS build
2-
FROM node:20-alpine@sha256:09e2b3d9726018aecf269bd35325f46bf75046a643a66d28360ec71132750ec8 AS ui-build
2+
FROM node:25-alpine@sha256:bdf2cca6fe3dabd014ea60163eca3f0f7015fbd5c7ee1b0e9ccb4ced6eb02ef4 AS ui-build
33
WORKDIR /app
44
COPY ui/package*.json ./ui/
55
RUN cd ui && npm ci

0 commit comments

Comments
 (0)