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 eb1c3d9 commit 1f2725fCopy full SHA for 1f2725f
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.31] - 2024-07-22
8
+* Update workflow to create multi-platform build
9
+
10
## [0.0.30] - 2024-07-22
11
* Update workflow to create multi-platform build
12
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11-alpine
+FROM python:3.11
2
3
COPY /docker /scripts
0 commit comments