From 17342e7569a3a2c8952f375fb9d1cf4f4666d317 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 10 Jan 2026 01:03:20 +0000 Subject: [PATCH] chore(deps): update nginx:1.29.4 docker digest to 506d6be (#2742) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b63c31..27d9ef9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.4@sha256:1ead684dc0a33ef421caa42403272afeae59c8933edcedda6926d964a44d3f01 +FROM amd64/nginx:1.29.4@sha256:506d6be5e76c0b5bd15398853c158210cd030926eb0206bd11c14826e3ec9cdd MAINTAINER Joakim Olsson COPY --from=builder /build/.output/public/ /usr/share/nginx/html/