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.
2 parents a225c0e + 2fda310 commit da60c07Copy full SHA for da60c07
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:6a2972b55a5032ed961f5239c7a829c439fb54fc1d99ca5dccb2094860a47b97 AS build-stage
+FROM node:22@sha256:2040569338f7a279161576ec5ff332d97ef53f46baf94c85fe06fd3ed81a8f5f AS build-stage
4
WORKDIR /usr/src/app
5
6
# Copy package.json and package-lock.json
0 commit comments