Skip to content

Commit 1614202

Browse files
committed
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 12)default app
1 parent b25d613 commit 1614202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
#
1111
ARG PYTHON_VERSION="3.11.9"
12-
FROM python:${PYTHON_VERSION}-slim-bookworm as base
12+
FROM python:${PYTHON_VERSION}-slim-bookworm AS base
1313

1414
ENV VIRTUAL_ENV=/home/scu/.venv
1515

0 commit comments

Comments
 (0)