Skip to content

Commit

Permalink
Upgrade Python & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kahgoh committed Jun 26, 2024
1 parent 49d9463 commit 62329b1
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 90 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generate requirements.txt from the Pipenv
FROM python:3.12.2-alpine3.19 AS builder
FROM python:3.12.4-alpine3.20 AS builder

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

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

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

COPY src/ /usr/src/
WORKDIR /usr/src
Expand Down
2 changes: 1 addition & 1 deletion src/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ psycopg-binary = "*"
[dev-packages]

[requires]
python_version = "3.12.2"
python_version = "3.12.4"
172 changes: 85 additions & 87 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 62329b1

Please sign in to comment.