File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ Version number changes (major.minor.micro) in this package denote the following:
9
9
10
10
## Unreleased
11
11
12
+ ## [ 8.0.1]
13
+
14
+ - Python version updated to v3.12.6
15
+
12
16
## [ 8.0.0]
13
17
- Core dependencies updated to latest versions:
14
18
* awscli 1.33.9 -> 2.17.37
Original file line number Diff line number Diff line change 1
1
ARG PLATFORM=linux/x86_64
2
- ARG BASE_IMAGE=python:3.12.5 -slim
2
+ ARG BASE_IMAGE=python:3.12.6 -slim
3
3
4
4
# This is the primary build target used for the production image
5
5
FROM --platform=$PLATFORM $BASE_IMAGE AS production
@@ -43,10 +43,10 @@ RUN pip install --progress-bar off --no-cache-dir -r requirements-full.txt && \
43
43
# https://github.com/joblib/joblib/blob/0.11/joblib/parallel.py#L328L342
44
44
ENV JOBLIB_TEMP_FOLDER=/tmp
45
45
46
- ENV VERSION=8.0.0 \
46
+ ENV VERSION=8.0.1 \
47
47
VERSION_MAJOR=8 \
48
48
VERSION_MINOR=0 \
49
- VERSION_MICRO=0
49
+ VERSION_MICRO=1
50
50
51
51
# Install the AWSCLI for moving match targets in the QC workflow.
52
52
# See https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html#cliv2-linux-install
You can’t perform that action at this time.
0 commit comments