From e29e868e9b5a0064529a3d923d2859d20ba1d1e3 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 22 Nov 2024 14:23:58 -0500 Subject: [PATCH] chore: update python to 3.12.7-r0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 741f165..426fef0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20.3 -RUN apk --no-cache add git==2.45.2-r0 python3==3.12.6-r0 openssh==9.7_p1-r4 && \ +RUN apk --no-cache add git==2.45.2-r0 python3==3.12.7-r0 openssh==9.7_p1-r4 && \ mkdir -p ~/.ssh COPY bin /bin