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.
1 parent 8d352c2 commit ff1bda4Copy full SHA for ff1bda4
Dockerfile
@@ -1,6 +1,6 @@
1
# Use the latest LTS version of Node.js
2
# https://hub.docker.com/_/node
3
-FROM node:22-alpine3.20@sha256:23f859f9162a24ea9da901d8fe981ccb5fc0640ff39bdcf686e6583c838df8fc AS build-stage
+FROM node:22-alpine3.20@sha256:686b8892b69879ef5bfd6047589666933508f9a5451c67320df3070ba0e9807b AS build-stage
4
WORKDIR /usr/src/app
5
6
# Copy package.json and package-lock.json
0 commit comments