We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
b162e55
a5127aa
1 parent 4c683c8 commit 2a20a2fCopy full SHA for 2a20a2f
Dockerfile
@@ -3,7 +3,7 @@
3
# SPDX-License-Identifier: Apache-2.0
4
#*********************************************************************/
5
### STAGE 1: Build ###
6
-FROM node:24-bullseye-slim@sha256:b162e556bbc6004723a04c9add1076df0ab41f99b91eb97c3866432615e0cf88 AS build
+FROM node:24-bullseye-slim@sha256:a5127aa337c48d53117d5304cd2eb3b204e73642c0f4eb4b57a25e86111b835b AS build
7
WORKDIR /usr/src/app
8
COPY package.json package-lock.json ./
9
RUN npm ci
0 commit comments