chore(deps): update nginx docker tag to v1.29.6 (#2822)
dancefinder-app / build (push) Successful in 1m45s
dancefinder-app / deploy-prod (push) Successful in 1m43s

This commit was merged in pull request #2822.
This commit is contained in:
2026-03-11 00:05:41 +00:00
parent ddc5a5ae17
commit 4c9c9e2c6a
+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.29.5@sha256:e5e99d386e625a3ae9492f8496903a42bac0abc0b9103852f180679aef9bf8a2 FROM amd64/nginx:1.29.6@sha256:5791d1ada3441acfb642e2519ab8becfb37e07e8663116aa1fa8bfea73703f17
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/