File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 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:
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
Original file line number Diff line number Diff line change 11ARG 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
55FROM --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
4444ENV 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
You can’t perform that action at this time.
0 commit comments