From 5a27090abe64fbf073c1b8abfbd90fbb519c93d5 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Thu, 6 Nov 2025 02:11:28 +0000 Subject: [PATCH] Fix Dockerfile casing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \