Skip to content

Commit 84add1e

Browse files
Update all non-major dependencies
1 parent bd76c09 commit 84add1e

4 files changed

Lines changed: 82 additions & 64 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-alpine3.17 as base
1+
FROM python:3.12-alpine3.17 as base
22

33
ENV PYTHONUNBUFFERED=1 \
44
PYTHONFAULTHANDLER=1 \

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-alpine3.17 as base
1+
FROM python:3.12-alpine3.17 as base
22

33
ENV PYTHONUNBUFFERED=1 \
44
PYTHONFAULTHANDLER=1 \

0 commit comments

Comments
 (0)