Skip to content

Commit 5d057dd

Browse files
Leo Parkleoppark94
authored andcommitted
Fix: Dockerfile Warning
1 parent 0d0eaf1 commit 5d057dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2222
ARG 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
5656
ARG APP_NAME

0 commit comments

Comments
 (0)