Skip to content

Commit

Permalink
Merge https://github.com/cisagov/skeleton-docker into lineage/skeleton
Browse files Browse the repository at this point in the history
# Conflicts:
#	Dockerfile
  • Loading branch information
mcdonnnj committed Feb 11, 2025
2 parents 467d7f2 + e8ec18b commit b5f1c9d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
12 changes: 8 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.12.1-alpine
=======
# 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 @@ -13,9 +13,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 @@ -56,8 +56,12 @@ RUN pipenv check --verbose \

# Official Docker images are in the form library/<app> while non-official
# images are in the form <user>/<app>.
<<<<<<< HEAD
FROM docker.io/library/python:3.13.1-alpine3.20 AS build-stage
>>>>>>> 0d48ebd47a28a887868ea3093e675e95f3843561
=======
FROM docker.io/library/python:3.13.2-alpine3.21 AS build-stage
>>>>>>> e8ec18bb4cfbcdc26f704c489e98112d312d9bdb

###
# 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 b5f1c9d

Please sign in to comment.