Skip to content

Commit 094e022

Browse files
committed
chore: ensure 'as' and 'FROM' keywords' casing matches
https://docs.docker.com/reference/build-checks/from-as-casing/
1 parent 3e7df0b commit 094e022

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
@@ -17,7 +17,7 @@ RUN npm run build:prod
1717
# all useful packages required for image manipulation out of the box. They
1818
# however weight a lot, approx. up to 1.5GiB per built image.
1919
# Pinned to a particlar version as requested by support team 6/10/25
20-
FROM python:3.13-bookworm as production
20+
FROM python:3.13-bookworm AS production
2121

2222
ARG POETRY_INSTALL_ARGS="--no-dev"
2323

0 commit comments

Comments
 (0)