Skip to content

Commit 62329b1

Browse files
committed
Upgrade Python & dependencies
1 parent 49d9463 commit 62329b1

File tree

3 files changed

+88
-90
lines changed

3 files changed

+88
-90
lines changed

Containerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generate requirements.txt from the Pipenv
2-
FROM python:3.12.2-alpine3.19 AS builder
2+
FROM python:3.12.4-alpine3.20 AS builder
33

44
ENV PATH=/root/.local/bin:$PATH
55

@@ -11,7 +11,7 @@ RUN pip install --user pipenv \
1111
&& pipenv requirements > requirements.txt
1212

1313
# Build the app container image
14-
FROM python:3.12.2-alpine3.19
14+
FROM python:3.12.4-alpine3.20
1515

1616
COPY src/ /usr/src/
1717
WORKDIR /usr/src

src/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ psycopg-binary = "*"
1212
[dev-packages]
1313

1414
[requires]
15-
python_version = "3.12.2"
15+
python_version = "3.12.4"

src/Pipfile.lock

+85-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)