diff --git a/docker/Dockerfile b/docker/Dockerfile index 3bf8487..c801ef6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM python:3.12-alpine AS buildkit +FROM python:3.14.0rc1-alpine AS buildkit # Instead of using Alpine base image and then installing Python from pkgs.al.o, # we'll go with the official images instead.