Skip to content

Commit 200a32b

Browse files
build(deps): Bump node from a09b57a to d4127ff (#3201)
Bumps node from `a09b57a` to `d4127ff`. --- updated-dependencies: - dependency-name: node dependency-version: 25-bullseye-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37df7df commit 200a32b

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
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44
#*********************************************************************/
55
### STAGE 1: Build ###
6-
FROM node:25-bullseye-slim@sha256:a09b57a30b9e5e643ba5eafb8edad1d5a67389507bed313b8f93945940ffc7d5 AS build
6+
FROM node:25-bullseye-slim@sha256:d4127ff3b5d336cb963c12ed4f76a7334e169e0223469b67a3dbaa4d632f5c10 AS build
77
WORKDIR /usr/src/app
88
COPY package.json package-lock.json ./
99
RUN npm ci

0 commit comments

Comments
 (0)