chore(deps): update nginx docker tag to v1.31.3
renovate/stability-days Updates have met minimum release age requirement
dancefinder-app / build (pull_request) Successful in 1m38s
dancefinder-app / deploy-prod (pull_request) Has been skipped

This commit is contained in:
2026-07-19 00:03:05 +00:00
parent 4c022f2629
commit aad65d07ca
+1 -1
View File
@@ -12,7 +12,7 @@ COPY . /build
RUN npm run postinstall && npm run generate && npm run lint
#RUN yarn start:ci & yarn wait && yarn test:cypress
FROM amd64/nginx:1.31.2@sha256:43ace282b3d48986981189b7a5046e4f1d4506654af0991415fcba0c0a9f2b33
FROM amd64/nginx:1.31.3@sha256:1f1cd3af9bef5157e6f3956669aa67b4699ee21e7c6f4d7e749b86a01647ad96
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/