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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ COPY . /work
RUN bun install
RUN bun run build

FROM nginx:1.27.5
FROM nginx:1.29.2
COPY nginx.conf /etc/nginx/nginx.conf
COPY --from=base /work/dist /www
2 changes: 1 addition & 1 deletion infra/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https
- traefik.http.middlewares.redirect-to-https.redirectscheme.permanent=true
hpcs-web:
image: nginx:1.27.5
image: nginx:1.29.2
restart: unless-stopped
volumes:
- type: bind
Expand Down