chore(deps): update nginx docker tag to v1.29.8 (#2857)
dancefinder-app / build (push) Successful in 3m17s
dancefinder-app / deploy-prod (push) Successful in 1m28s

This commit was merged in pull request #2857.
This commit is contained in:
2026-04-10 19:09:11 +00:00
parent 00e680d2b4
commit 2136030cd6
+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.7@sha256:e024ff0d0692587d16aecca603706b453428f476da24547b3df582ea65f54c8b
FROM amd64/nginx:1.29.8@sha256:b4c899988815cfc0fdff1151e28d8e97eff1291e153a912b787bfcd5e4b0a819
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/