From d3a103b71b6ac6f0d3558371597f33107762757e Mon Sep 17 00:00:00 2001 From: "bot-ross[bot]" <98030736+bot-ross[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 21:19:42 -0400 Subject: [PATCH] =?UTF-8?q?feat(jbops):=20update=20docker.io/library/pytho?= =?UTF-8?q?n=20(=203.11=20=E2=86=92=203.12=20)=20(#1007)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: bot-ross[bot] <98030736+bot-ross[bot]@users.noreply.github.com> --- apps/jbops/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/jbops/Dockerfile b/apps/jbops/Dockerfile index 63330fdb6..d608a4e2f 100644 --- a/apps/jbops/Dockerfile +++ b/apps/jbops/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/python:3.11-alpine +FROM docker.io/library/python:3.12-alpine ARG TARGETPLATFORM ARG VERSION