fix(docker): update nginx base image to version 1.27.4

Update the Dockerfile to use the amd64/nginx:1.27.4 image for better 
compatibility and security. This change ensures that the application 
runs on a stable and supported version of nginx, improving the overall 
image reliability.
This commit is contained in:
2025-03-19 11:03:54 +01:00
parent 96f78a75f8
commit 929968b99b
+1 -1
View File
@@ -9,7 +9,7 @@ COPY ./ ./
RUN npm run generate && npm run lint
#RUN yarn start:ci & yarn wait && yarn test:cypress
FROM nginx@sha256:124b44bfc9ccd1f3cedf4b592d4d1e8bddb78b51ec2ed5056c52d3692baebc19
FROM amd64/nginx:1.27.4@sha256:02d5f75a2d4a3f31957bc666b5e2cecafcb749732484b221b62cb825ccbf737b
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/