From db2772e4bdd575fc2157aa6b7d32098b33f29b9b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 May 2021 19:33:35 +0000 Subject: [PATCH] Update python Docker tag to v3.8.10 --- images/python/3.8.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/python/3.8.Dockerfile b/images/python/3.8.Dockerfile index 2d51e9a53..74b4a21c3 100644 --- a/images/python/3.8.Dockerfile +++ b/images/python/3.8.Dockerfile @@ -1,7 +1,7 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM python:3.8.9-alpine3.12 +FROM python:3.8.10-alpine3.12 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"