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 429e0a6 commit f8f9739Copy full SHA for f8f9739
Dockerfile
@@ -15,7 +15,7 @@ COPY . .
15
RUN npm run build
16
17
# The same image but now only install the production dependencies as the frontend is already built using vite in the build-stage
18
-FROM node:22-alpine3.20@sha256:686b8892b69879ef5bfd6047589666933508f9a5451c67320df3070ba0e9807b AS production
+FROM node:22-alpine3.20@sha256:224173ad6a700ec322c7117f616836d0dc6cadd8d6baac57703ccc2eb418a73f AS production
19
20
WORKDIR /usr/src/app
21
0 commit comments