Skip to content

Commit 3b35f0d

Browse files
Bump python from 3.13-alpine to 3.14-alpine in /docker/web
Bumps python from 3.13-alpine to 3.14-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 007ce7b commit 3b35f0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim
1+
FROM python:3.14-slim
22

33
ARG APP_HOME=/app
44
WORKDIR ${APP_HOME}

docker/web/Dockerfile_alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Less size than Debian
2-
FROM python:3.13-alpine
2+
FROM python:3.14-alpine
33

44
ARG APP_HOME=/app
55
WORKDIR ${APP_HOME}

0 commit comments

Comments
 (0)