diff --git a/tags/alpine/Dockerfile b/tags/alpine/Dockerfile index 055d355..72ea4a3 100644 --- a/tags/alpine/Dockerfile +++ b/tags/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4-alpine +FROM python:3.12.6-alpine LABEL maintainer="Victor R. Santos " ARG DEFAULT_UID=373 diff --git a/tags/base/Dockerfile b/tags/base/Dockerfile index 6f887d5..03cdec3 100644 --- a/tags/base/Dockerfile +++ b/tags/base/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4 +FROM python:3.12.6 LABEL maintainer="Victor R. Santos " diff --git a/tags/slim/Dockerfile b/tags/slim/Dockerfile index bb2d210..7d86962 100644 --- a/tags/slim/Dockerfile +++ b/tags/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4-slim +FROM python:3.12.6-slim LABEL maintainer="Victor R. Santos "