diff --git a/CHANGES.md b/CHANGES.md index f1ed739b..4792034e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ - Dependabot: Bump flatted from 3.3.1 to 3.4.2 - Dependabot: Bump ws from 8.18.0 to 8.20.1 - Dependabot: Bump fast-uri from 3.0.3 to 3.1.2 +- Dependabot: Bump nginx from 1.29.7 to 1.29.8 ## 2026-05-19 - 0.24.2 diff --git a/Dockerfile b/Dockerfile index 60d4ab53..d4d1cadf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ ENV PATH=$PATH:/home/nodeuser/app/node_modules/.bin RUN yarn && yarn build && rm -r /home/nodeuser/app/node_modules # Serve the gc-admin build. -FROM nginx:1.29.7 +FROM nginx:1.29.8 # pick up any security updates RUN apt-get update && apt-get upgrade -y