Skip to content

Commit a616620

Browse files
switch to official python docker image (#1210)
1 parent ee5dfe9 commit a616620

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
* Add otel-collector and jaeger to the docker network
2424
* fix layer's bounds for non-wgs84 CRS in WMTS document
25+
* switch from bitnami to official python:3.12 docker image
2526

2627
## 0.22.4 (2025-07-02)
2728

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG PYTHON_VERSION=3.12
22

3-
FROM bitnami/python:${PYTHON_VERSION}
3+
FROM python:${PYTHON_VERSION}
44
RUN apt update && apt upgrade -y \
55
&& apt install curl -y \
66
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)