Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2024
1 parent 8e4ef13 commit 82fdcb9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY external/results/maps/roomfinder output/maps/roomfinder
# compress data (only using gzip, because brotli on ngnix is a royal pain)
RUN gzip --force --keep --recursive output/

FROM nginx:1.26 as production-stage
FROM nginx:1.27 as production-stage
RUN mkdir /cdn
COPY --from=build-stage /app/output /cdn
COPY nginx.conf /etc/nginx/nginx.conf
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- tileserver-src:/data
- ./map/:/map/:ro
tileserver-srv-src: # needed for simpler initialisation of dev environments
image: nginx:1.26
image: nginx:1.27
restart: on-failure
volumes:
- tileserver-src:/usr/share/nginx/html/maps/vol:ro
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- tileserver-src:/data
- ./map/:/map/:ro
tileserver-srv-src: # needed for simpler initialisation of dev environments
image: nginx:1.26
image: nginx:1.27
restart: unless-stopped
labels:
- "traefik.enable=true"
Expand Down
8 changes: 4 additions & 4 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"vue-tsc": "1.8.27"
},
"type": "module",
"packageManager": "[email protected].3"
"packageManager": "[email protected].4"
}

0 comments on commit 82fdcb9

Please sign in to comment.