Skip to content

Commit

Permalink
Merge pull request #200 from cisagov/improvement/update_dependencies
Browse files Browse the repository at this point in the history
Update image dependencies
  • Loading branch information
mcdonnnj committed Dec 6, 2024
2 parents 965da2c + c09b352 commit 192d9e6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 24 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Official Docker images are in the form library/<app> while non-official
# images are in the form <user>/<app>.
FROM docker.io/library/python:3.12.2-alpine3.19 as compile-stage
FROM docker.io/library/python:3.13.1-alpine3.20 as compile-stage

###
# Unprivileged user variables
Expand All @@ -10,10 +10,10 @@ ENV CISA_HOME="/home/${CISA_USER}"
ENV VIRTUAL_ENV="${CISA_HOME}/.venv"

# Versions of the Python packages installed directly
ENV PYTHON_PIP_VERSION=24.0
ENV PYTHON_PIPENV_VERSION=2023.12.1
ENV PYTHON_SETUPTOOLS_VERSION=69.1.1
ENV PYTHON_WHEEL_VERSION=0.42.0
ENV PYTHON_PIP_VERSION=24.3.1
ENV PYTHON_PIPENV_VERSION=2024.4.0
ENV PYTHON_SETUPTOOLS_VERSION=75.6.0
ENV PYTHON_WHEEL_VERSION=0.45.1

###
# Install the specified versions of pip, setuptools, and wheel into the system
Expand Down Expand Up @@ -53,7 +53,7 @@ RUN pipenv check --verbose \

# Official Docker images are in the form library/<app> while non-official
# images are in the form <user>/<app>.
FROM docker.io/library/python:3.12.2-alpine3.19 as build-stage
FROM docker.io/library/python:3.13.1-alpine3.20 as build-stage

###
# For a list of pre-defined annotation keys and value types see:
Expand Down
2 changes: 1 addition & 1 deletion src/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ example = {file = "https://github.com/cisagov/skeleton-python-library/archive/v0

# This version should match the version of Python in the image
[requires]
python_full_version = "3.12.2"
python_full_version = "3.13.1"
26 changes: 9 additions & 17 deletions src/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 192d9e6

Please sign in to comment.