From 61a9ae2e6594ecce202cf38dad06c08deaa87e87 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 2 Oct 2023 23:09:13 +0200 Subject: [PATCH] 3.12: Remove 'rc' from the tag (#8) --- 3.12/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.12/Dockerfile b/3.12/Dockerfile index a3991a2..7f2b313 100644 --- a/3.12/Dockerfile +++ b/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-rc-slim +FROM python:3.12-slim # Install libsodium RUN apt update && \ -- GitLab