Skip to content

Commit 739d8b6

Browse files
authored
[CIVIS-9315] Update Python to 3.12.6, fix apt-get (#98)
1 parent c6a15dd commit 739d8b6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Version number changes (major.minor.micro) in this package denote the following:
99

1010
## Unreleased
1111

12+
## [8.0.1]
13+
14+
- Python version updated to v3.12.6
15+
1216
## [8.0.0]
1317
- Core dependencies updated to latest versions:
1418
* awscli 1.33.9 -> 2.17.37

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PLATFORM=linux/x86_64
2-
ARG BASE_IMAGE=python:3.12.5-slim
2+
ARG BASE_IMAGE=python:3.12.6-slim
33

44
# This is the primary build target used for the production image
55
FROM --platform=$PLATFORM $BASE_IMAGE AS production
@@ -43,10 +43,10 @@ RUN pip install --progress-bar off --no-cache-dir -r requirements-full.txt && \
4343
# https://github.com/joblib/joblib/blob/0.11/joblib/parallel.py#L328L342
4444
ENV JOBLIB_TEMP_FOLDER=/tmp
4545

46-
ENV VERSION=8.0.0 \
46+
ENV VERSION=8.0.1 \
4747
VERSION_MAJOR=8 \
4848
VERSION_MINOR=0 \
49-
VERSION_MICRO=0
49+
VERSION_MICRO=1
5050

5151
# Install the AWSCLI for moving match targets in the QC workflow.
5252
# See https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html#cliv2-linux-install

0 commit comments

Comments
 (0)