Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Feb 11, 2025
2 parents bc056ad + e8ec18b commit c59b11b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 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.13.1-alpine3.20 AS compile-stage
FROM docker.io/library/python:3.13.2-alpine3.21 AS compile-stage

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

# Versions of the Python packages installed directly
ENV PYTHON_PIP_VERSION=24.3.1
ENV PYTHON_PIPENV_VERSION=2024.4.0
ENV PYTHON_SETUPTOOLS_VERSION=75.6.0
ENV PYTHON_PIP_VERSION=25.0.1
ENV PYTHON_PIPENV_VERSION=2024.4.1
ENV PYTHON_SETUPTOOLS_VERSION=75.8.0
ENV PYTHON_WHEEL_VERSION=0.45.1

###
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.13.1-alpine3.20 AS build-stage
FROM docker.io/library/python:3.13.2-alpine3.21 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.13.1"
python_full_version = "3.13.2"
10 changes: 5 additions & 5 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 c59b11b

Please # to comment.