chore(deps): update nginx docker tag to v1.30.0
renovate/stability-days Updates have met minimum release age requirement
dancefinder-app / build (pull_request) Successful in 2m47s
dancefinder-app / deploy-prod (pull_request) Has been skipped

This commit is contained in:
2026-04-18 01:03:08 +00:00
parent cf7a3a2629
commit 9ed16a4c10
+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.8@sha256:b4c899988815cfc0fdff1151e28d8e97eff1291e153a912b787bfcd5e4b0a819
FROM amd64/nginx:1.30.0@sha256:5e9daa0c19a62005bf5663d17a81fee8ba8ab545bab633a0b47260fbf31b0541
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/