Skip to content

Commit

Permalink
Update nginx Docker tag to v1.26 (#1104)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent 653017c commit dbcdbb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.25 as production-stage
FROM nginx:1.26 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.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
tileserver-init-sprites:
condition: service_completed_successfully
tileserver-srv-src: # needed for simpler initialisation of dev environments
image: nginx:1.25
image: nginx:1.26
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 @@ -43,7 +43,7 @@ services:
tileserver-init-sprites:
condition: service_completed_successfully
tileserver-srv-src: # needed for simpler initialisation of dev environments
image: nginx:1.25
image: nginx:1.26
restart: unless-stopped
labels:
- "traefik.enable=true"
Expand Down

0 comments on commit dbcdbb0

Please sign in to comment.