diff --git a/Dockerfile b/Dockerfile index c1a60aa1..22ec7279 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY . . RUN npm run build # The same image but now only install the production dependencies as the frontend is already built using vite in the build-stage -FROM node:22-alpine3.20@sha256:686b8892b69879ef5bfd6047589666933508f9a5451c67320df3070ba0e9807b AS production +FROM node:22-alpine3.20@sha256:224173ad6a700ec322c7117f616836d0dc6cadd8d6baac57703ccc2eb418a73f AS production WORKDIR /usr/src/app