diff --git a/Dockerfile b/Dockerfile index e6ab542..18d54da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 node:22@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc AS builder +FROM --platform=linux/amd64 node:22@sha256:99981c3d1aac0d98cd9f03f74b92dddf30f30ffb0b34e6df8bd96283f62f12c6 AS builder WORKDIR /app @@ -17,7 +17,7 @@ RUN npm run build # Production deployment # TODO: Should use a bundler -FROM --platform=linux/amd64 node:22@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc AS runner +FROM --platform=linux/amd64 node:22@sha256:99981c3d1aac0d98cd9f03f74b92dddf30f30ffb0b34e6df8bd96283f62f12c6 AS runner WORKDIR /app