Skip to content

Commit 6bb84b9

Browse files
authored
Merge pull request #77 from kthchew/dependabot/docker/python-3.13.7-alpine
Bump python from 3.13.6-alpine to 3.13.7-alpine
2 parents 14f411d + 559f7aa commit 6bb84b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

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

33
ENV ADDRESS=0.0.0.0
44
ENV PORT=8000

Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.6-alpine
1+
FROM python:3.13.7-alpine
22

33
ENV ADDRESS=0.0.0.0
44
ENV PORT=8000

0 commit comments

Comments
 (0)