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"
1717# ## --------------------------------------------------------------------
1818# ## Build Stage
1919# ## --------------------------------------------------------------------
20- FROM python:"$PYTHON_VERSION" -slim-"${DEBIAN_VERSION}" as build
20+ FROM python:"$PYTHON_VERSION" -slim-"${DEBIAN_VERSION}" AS build
2121
2222ARG APP_PYTHON_USERBASE
2323
@@ -50,7 +50,7 @@ CMD ["bash"]
5050# ## --------------------------------------------------------------------
5151# ## App Stage
5252# ## --------------------------------------------------------------------
53- FROM python:"$PYTHON_VERSION" -alpine"${ALPINE_VERSION}" as app
53+ FROM python:"$PYTHON_VERSION" -alpine"${ALPINE_VERSION}" AS app
5454
5555# Fetch values from ARGs that were declared at the top of this file
5656ARG APP_NAME
You can’t perform that action at this time.
0 commit comments