chore(deps): update nginx docker tag to v1.30.0 #176

Merged
renovate merged 1 commits from renovate/nginx-1.x into main 2026-04-18 01:11:18 +00:00
+1 -1
View File
@@ -12,7 +12,7 @@ RUN npm run postinstall && npm run generate && npm run lint && npm run test:cove
FROM scratch as export FROM scratch as export
COPY --from=builder /build/coverage / COPY --from=builder /build/coverage /
FROM amd64/nginx:1.29.8@sha256:b4c899988815cfc0fdff1151e28d8e97eff1291e153a912b787bfcd5e4b0a819 FROM amd64/nginx:1.30.0@sha256:5e9daa0c19a62005bf5663d17a81fee8ba8ab545bab633a0b47260fbf31b0541
MAINTAINER Joakim Olsson <joakim@unbound.se> MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf COPY ./nginx/nginx.conf /etc/nginx/nginx.conf