chore(deps): update nginx docker tag to v1.29.1 #2567

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/nginx-1.x into main 2025-08-14 08:25:27 +00: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.0@sha256:6434a772485054c4d304fd2e36e956fc7c98ba7a0368ff3831b0e5993cbc1b73
FROM amd64/nginx:1.29.1@sha256:edf91a9ded4c96f143f8b62aa05b1fd679967eb5c22f49daf18e47632a4d5e98
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/