From 17d354f76cfd4ad650192487f165a95539392a85 Mon Sep 17 00:00:00 2001 From: Yorick Downe Date: Sat, 14 Oct 2023 11:22:50 +0000 Subject: [PATCH] Prep for Python 3.12 --- staking-deposit-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staking-deposit-cli/Dockerfile b/staking-deposit-cli/Dockerfile index cd0a02ec..ae858e4d 100644 --- a/staking-deposit-cli/Dockerfile +++ b/staking-deposit-cli/Dockerfile @@ -1,5 +1,5 @@ from python:3.10-alpine as builder -#from python:3.11-alpine as builder +#from python:3.12-alpine as builder ARG BUILD_TARGET ARG SRC_REPO