Skip to content

Commit d3920b0

Browse files
chore(deps): update python docker tag to v3.13.0
1 parent 95ca535 commit d3920b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tags/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.4-alpine
1+
FROM python:3.13.0-alpine
22
LABEL maintainer="Victor R. Santos <victor-rds@users.noreply.github.com>"
33

44
ARG DEFAULT_UID=373

tags/base/Dockerfile

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

33
LABEL maintainer="Victor R. Santos <victor-rds@users.noreply.github.com>"
44

tags/slim/Dockerfile

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

33
LABEL maintainer="Victor R. Santos <victor-rds@users.noreply.github.com>"
44

0 commit comments

Comments
 (0)