chore(deps): update nginx docker tag to v1.31.5
dancefinder-app / build (push) Skipped
renovate/stability-days Updates have met minimum release age requirement
dancefinder-app / build (pull_request) Successful in 1m23s
dancefinder-app / deploy-prod (pull_request) Skipped

This commit is contained in:
2026-09-02 22:02:41 +00:00
parent 5f3a64a0eb
commit fef3e66cb1
+1 -1
View File
@@ -12,7 +12,7 @@ COPY . /build
RUN npm run postinstall && npm run generate && npm run lint RUN npm run postinstall && npm run generate && npm run lint
#RUN yarn start:ci & yarn wait && yarn test:cypress #RUN yarn start:ci & yarn wait && yarn test:cypress
FROM amd64/nginx:1.31.4@sha256:69a292b768fc5d9a4bc9015507baa51a3d77e718d5440c2ebb135e942a56e28c FROM amd64/nginx:1.31.5@sha256:e9edb980c805d3c55dfbb73a88bf0340697a6643661757cf656b0d48ca118873
MAINTAINER Joakim Olsson <joakim@unbound.se> MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/ COPY --from=builder /build/.output/public/ /usr/share/nginx/html/