File tree Expand file tree Collapse file tree 3 files changed +104
-87
lines changed Expand file tree Collapse file tree 3 files changed +104
-87
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ docopt = ">=0.6.2"
1818llnl-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 "
You can’t perform that action at this time.
0 commit comments