chore(deps): update nginx docker tag to v1.31.4 (#3034)
dancefinder-app / build (push) Successful in 47s
dancefinder-app / deploy-prod (push) Successful in 1m5s

This commit was merged in pull request #3034.
This commit is contained in:
2026-08-20 08:01:33 +00:00
parent e1da34fd31
commit 8399f00301
+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.31.3@sha256:48d15d50712293218f8e39cac166d2dc51c10d569b7223d69ca495710cda9374
FROM amd64/nginx:1.31.4@sha256:cb2bb6f97a48323d18af97bb10203bc6a04dcb346eb213ee73df010dd493308c
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/