Skip to content

Commit 4ef6859

Browse files
committed
Upgrade to Python 3.12.12
This is the version of Python currently offered by Alpine Linux 3.22, so this is a necessary change.
1 parent bd9a10b commit 4ef6859

File tree

3 files changed

+104
-87
lines changed

3 files changed

+104
-87
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ RUN apk --no-cache add \
3131
py3-pip=25.1.1-r0 \
3232
py3-setuptools=80.9.0-r0 \
3333
py3-wheel=0.46.1-r0 \
34-
python3-dev=3.12.11-r0 \
35-
python3=3.12.11-r0
34+
python3-dev=3.12.12-r0 \
35+
python3=3.12.12-r0
3636

3737
###
3838
# Create a Python virtual environment (venv) for setup (due to PEP 668); install the
@@ -78,7 +78,7 @@ RUN pipenv check --verbose \
7878
#
7979
# Official Docker images are in the form library/<app> while non-official
8080
# images are in the form <user>/<app>.
81-
FROM docker.io/library/python:3.12.11-alpine3.22 AS build-stage
81+
FROM docker.io/library/python:3.12.12-alpine3.22 AS build-stage
8282

8383
###
8484
# For a list of pre-defined annotation keys and value types see:

src/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ docopt = ">=0.6.2"
1818
llnl-scraper = {file = "https://api.github.com/repos/LLNL/scraper/tarball/536a72ce1ceb2e209281ff72a2ed59e735d45c33"}
1919

2020
[requires]
21-
python_full_version = "3.12.11"
21+
python_full_version = "3.12.12"

src/Pipfile.lock

Lines changed: 100 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)