Skip to content

Commit df21374

Browse files
committed
Standardize casing in Dockerfile
Received an error running locally: "FromAsCasing: 'as' and 'FROM' keywords' casing do not match". This standardizes casing to avoid local errors during build, but Github Actions appears unaffected at this time.
1 parent 9e30ebb commit df21374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim as build
1+
FROM python:3.12-slim AS build
22
WORKDIR /app
33
COPY . .
44

0 commit comments

Comments
 (0)