Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 95ca535 commit e216778
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tags/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-alpine
FROM python:3.12.6-alpine
LABEL maintainer="Victor R. Santos <victor-rds@users.noreply.github.com>"

ARG DEFAULT_UID=373
Expand Down
2 changes: 1 addition & 1 deletion tags/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4
FROM python:3.12.6

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

Expand Down
2 changes: 1 addition & 1 deletion tags/slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-slim
FROM python:3.12.6-slim

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

Expand Down

0 comments on commit e216778

Please sign in to comment.