chore(deps): update nginx docker tag to v1.31.4
dancefinder-app / build (push) Skipped
renovate/stability-days Updates have met minimum release age requirement
dancefinder-app / build (pull_request) Successful in 1m41s
dancefinder-app / deploy-prod (pull_request) Skipped

This commit is contained in:
2026-08-19 21:04:33 +00:00
parent e1da34fd31
commit 3c05cf6eaf
+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/