diff --git a/Dockerfile b/Dockerfile index eb6240c..0a31952 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14-slim-bookworm as builder +FROM python:3.14-slim-bookworm AS builder # Build dummy packages to skip installing them and their dependencies RUN apt-get update \