Skip to content

Commit

Permalink
[CIVIS-9315] Update Python to 3.12.6, fix apt-get (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheilman authored Sep 25, 2024
1 parent c6a15dd commit 739d8b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Version number changes (major.minor.micro) in this package denote the following:

## Unreleased

## [8.0.1]

- Python version updated to v3.12.6

## [8.0.0]
- Core dependencies updated to latest versions:
* awscli 1.33.9 -> 2.17.37
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PLATFORM=linux/x86_64
ARG BASE_IMAGE=python:3.12.5-slim
ARG BASE_IMAGE=python:3.12.6-slim

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

ENV VERSION=8.0.0 \
ENV VERSION=8.0.1 \
VERSION_MAJOR=8 \
VERSION_MINOR=0 \
VERSION_MICRO=0
VERSION_MICRO=1

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

0 comments on commit 739d8b6

Please sign in to comment.