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 833ea4a commit 7736116Copy full SHA for 7736116
Dockerfile
@@ -1,6 +1,6 @@
1
# Use the latest LTS version of Node.js
2
# https://hub.docker.com/_/node
3
-FROM node:22@sha256:0c0734eb7051babbb3e95cd74e684f940552b31472152edf0bb23e54ab44a0d7 AS build-stage
+FROM node:22@sha256:2fa6c977460b56d4d8278947ab56faeb312bc4cc6c4cf78920c6de27812f51c5 AS build-stage
4
WORKDIR /usr/src/app
5
6
# Copy package.json and package-lock.json
0 commit comments