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 c65fb03 commit c8b4611Copy full SHA for c8b4611
CHANGELOG.md
@@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
4
## [Unreleased]
5
Changes to be included in the next upcoming release
6
7
+## [0.0.33] - 2024-07-29
8
+* Switch base image to Python 3.10 to get more libraries
9
+
10
## [0.0.32] - 2024-07-29
11
* Fix scripts and base image to use bash instead of sh
12
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11
+FROM python:3.10
2
3
# Install curl for healthcheck
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
0 commit comments