Merge branch 'renovate/nginx-1.x' into 'main'

chore(deps): update nginx docker tag to v1.29.3

See merge request unboundsoftware/dancefinder/dancefinder-app!2598
This commit was merged in pull request #2647.
This commit is contained in:
2025-10-29 07:41:57 +01:00
+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.2@sha256:e1239bedd4537654f8d1806aead0d88a6fbb6dd7b625a36c2bb50fcc455e94e5
FROM amd64/nginx:1.29.3@sha256:cafeca311e7c989a84de6b3a89a75fc796b7f8f9ccbfc6b180f93ffbbbfb025b
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/