Browse Source

Consistent casing in Dockerfile

David Burke 7 months ago
parent
commit
76688bdfdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM python:3.12 as build-python
+FROM python:3.12 AS build-python
 ARG IS_CI
 ENV PYTHONUNBUFFERED=1 \
   PORT=8080 \