diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile index 616621255..6e1b60368 100644 --- a/docker/frontend/Dockerfile +++ b/docker/frontend/Dockerfile @@ -16,7 +16,7 @@ COPY frontend . RUN npm run build # Production stage -FROM nginx:alpine@sha256:8491795299c8e739b7fcc6285d531d9812ce2666e07bd3dd8db00020ad132295 +FROM nginx:alpine@sha256:c083c3799197cfff91fe5c3c558db3d2eea65ccbbfd419fa42a64d2c39a24027 # Copy built files from build stage COPY --from=build /app/dist /usr/share/nginx/html