File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ARG APP_GROUP_ID="1000"
17
17
# ## --------------------------------------------------------------------
18
18
# ## Build Stage
19
19
# ## --------------------------------------------------------------------
20
- FROM python:"$PYTHON_VERSION" -slim-"${DEBIAN_VERSION}" as build
20
+ FROM python:"$PYTHON_VERSION" -slim-"${DEBIAN_VERSION}" AS build
21
21
22
22
ARG APP_PYTHON_USERBASE
23
23
@@ -50,7 +50,7 @@ CMD ["bash"]
50
50
# ## --------------------------------------------------------------------
51
51
# ## App Stage
52
52
# ## --------------------------------------------------------------------
53
- FROM python:"$PYTHON_VERSION" -alpine"${ALPINE_VERSION}" as app
53
+ FROM python:"$PYTHON_VERSION" -alpine"${ALPINE_VERSION}" AS app
54
54
55
55
# Fetch values from ARGs that were declared at the top of this file
56
56
ARG APP_NAME
You can’t perform that action at this time.
0 commit comments