Skip to content

Commit

Permalink
Update python Docker tag to v3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and victor-rds committed Mar 21, 2023
1 parent 3c1ea8d commit d67b326
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.11.1-alpine
FROM python:3.11.2-alpine
LABEL maintainer="Victor R. Santos <[email protected]>"

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.11.1
FROM python:3.11.2

LABEL maintainer="Victor R. Santos <[email protected]>"

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.11.1-slim
FROM python:3.11.2-slim

LABEL maintainer="Victor R. Santos <[email protected]>"

Expand Down

0 comments on commit d67b326

Please sign in to comment.