diff --git a/release/oci/Dockerfile b/release/oci/Dockerfile index e0e8f15..182bbde 100644 --- a/release/oci/Dockerfile +++ b/release/oci/Dockerfile @@ -4,7 +4,7 @@ # - https://vsupalov.com/buildkit-cache-mount-dockerfile/ # - https://github.com/FernandoMiguel/Buildkit#mounttypecache -FROM python:3.11-slim-bullseye +FROM python:3.12-slim-bullseye ENV DEBIAN_FRONTEND noninteractive ENV TERM linux