chore(deps): update nginx docker tag to v1.29.5 (#2771)
dancefinder-app / build (push) Successful in 15m24s
dancefinder-app / deploy-prod (push) Successful in 1m29s

This commit was merged in pull request #2771.
This commit is contained in:
2026-02-05 01:11:45 +00:00
parent 5b545dc261
commit 6d0636fb64
+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.29.4@sha256:450d33f326ef97ebf58f47fb0315736c46c97cc48a90512e4c68f1b44f7febf7
FROM amd64/nginx:1.29.5@sha256:c2a63cf3b2905e3ff73b0746cbd79e4d5b88fb70c56e9ce63d6537c1e5cc68d8
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/