diff --git a/tags/alpine/Dockerfile b/tags/alpine/Dockerfile index 89be00b..48d39e7 100644 --- a/tags/alpine/Dockerfile +++ b/tags/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine +FROM python:3.12.1-alpine LABEL maintainer="Victor R. Santos " ARG DEFAULT_UID=373 diff --git a/tags/base/Dockerfile b/tags/base/Dockerfile index db34599..991b847 100644 --- a/tags/base/Dockerfile +++ b/tags/base/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3 +FROM python:3.12.1 LABEL maintainer="Victor R. Santos " diff --git a/tags/slim/Dockerfile b/tags/slim/Dockerfile index 4284135..7533468 100644 --- a/tags/slim/Dockerfile +++ b/tags/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-slim +FROM python:3.12.1-slim LABEL maintainer="Victor R. Santos "