Skip to content

Commit

Permalink
Update all minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent b9d169f commit 5e58b6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN ./mbutil-master/mb-util --do_compression --image_format=pbf ch.swisstopo.bas
RUN ./mbutil-master/mb-util --do_compression --image_format=pbf ch.swisstopo.relief.vt.mbtiles /pbf/relief

# Runtime image
FROM openresty/openresty:1.21.4.3-2-jammy
FROM openresty/openresty:1.25.3.2-2-jammy
RUN \
. /etc/os-release && \
apt-get update && \
Expand Down
4 changes: 2 additions & 2 deletions acceptance_tests/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pytest = "==6.2.5"
c2cwsgiutils = "==4.1.4"
boltons = "==21.0.0"
netifaces = "==0.11.0"
requests = "==2.27.1"
lxml = "==4.7.1"
requests = "==2.32.3"
lxml = "==4.9.4"

[dev-packages]
2 changes: 1 addition & 1 deletion acceptance_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pipenv==2022.1.8
pipenv==2022.12.19

0 comments on commit 5e58b6a

Please sign in to comment.