Skip to content

Commit 2a20a2f

Browse files
build(deps): Bump node from b162e55 to a5127aa (#2735)
Bumps node from `b162e55` to `a5127aa`. --- updated-dependencies: - dependency-name: node dependency-version: 24-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 4c683c8 commit 2a20a2f

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:24-bullseye-slim@sha256:b162e556bbc6004723a04c9add1076df0ab41f99b91eb97c3866432615e0cf88 AS build
6+
FROM node:24-bullseye-slim@sha256:a5127aa337c48d53117d5304cd2eb3b204e73642c0f4eb4b57a25e86111b835b AS build
77
WORKDIR /usr/src/app
88
COPY package.json package-lock.json ./
99
RUN npm ci

0 commit comments

Comments
 (0)