Fix Dockerfile casing

This commit is contained in:
ilike2burnthing
2025-11-06 02:11:28 +00:00
committed by GitHub
parent e505ea4fe4
commit 5a27090abe

View File

@@ -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 \