We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5dfe9 commit a616620Copy full SHA for a616620
CHANGES.md
@@ -22,6 +22,7 @@
22
23
* Add otel-collector and jaeger to the docker network
24
* fix layer's bounds for non-wgs84 CRS in WMTS document
25
+* switch from bitnami to official python:3.12 docker image
26
27
## 0.22.4 (2025-07-02)
28
dockerfiles/Dockerfile
@@ -1,6 +1,6 @@
1
ARG PYTHON_VERSION=3.12
2
3
-FROM bitnami/python:${PYTHON_VERSION}
+FROM python:${PYTHON_VERSION}
4
RUN apt update && apt upgrade -y \
5
&& apt install curl -y \
6
&& rm -rf /var/lib/apt/lists/*
0 commit comments