We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a663213 commit d0341e0Copy full SHA for d0341e0
Dockerfile
@@ -2,7 +2,7 @@
2
# The image is built with official Node 20 on Debian Bookworm (LTS Iron) image and uses the Distroless base image for security and minimalism.
3
4
# Stage 1: Build Environment
5
-FROM node:iron-bookworm@sha256:c91101b285c01518fa4dd73e264b5c963f8f38bb4a4dcf450715ae775250791d AS build-env
+FROM node:iron-bookworm@sha256:02cd2205818f121c13612721876f28c18bd50148bb8af532ea121c96ffcb59bf AS build-env
6
7
ENV NODE_ENV=production DEBIAN_FRONTEND=noninteractive
8
0 commit comments