Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading