chore(deps): update nginx docker tag to v1.31.1 (#2923)
dancefinder-app / build (push) Successful in 2m17s
dancefinder-app / deploy-prod (push) Successful in 1m37s

This commit was merged in pull request #2923.
This commit is contained in:
2026-05-25 19:07:28 +00:00
parent adf0cc4ac6
commit 26264d7218
+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.0@sha256:ff3292da2d59b9a574a8de3c6e1754547813220a26e0d2bae0dce7d996f79c22 FROM amd64/nginx:1.31.1@sha256:517c2431e2b76faec21d2cc51608349b1856a92b7c9016ba479dde7f0fa553eb
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/