From ce4dbeca502b807953501c7bc2d518538c9c31f9 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 8 Oct 2024 01:25:20 +0000 Subject: [PATCH] Update python Docker tag to v3.13 --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Dockerfile b/container/Dockerfile index b21948b..3e92559 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.7-alpine +FROM python:3.13-alpine ARG BUILD_DATE ARG VCS_REF