Skip to content

Commit

Permalink
Fix: Dockerfile Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Park authored and leoppark94 committed Dec 3, 2024
1 parent 0d0eaf1 commit 5d057dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG APP_GROUP_ID="1000"
### --------------------------------------------------------------------
### Build Stage
### --------------------------------------------------------------------
FROM python:"$PYTHON_VERSION"-slim-"${DEBIAN_VERSION}" as build
FROM python:"$PYTHON_VERSION"-slim-"${DEBIAN_VERSION}" AS build

ARG APP_PYTHON_USERBASE

Expand Down Expand Up @@ -50,7 +50,7 @@ CMD ["bash"]
### --------------------------------------------------------------------
### App Stage
### --------------------------------------------------------------------
FROM python:"$PYTHON_VERSION"-alpine"${ALPINE_VERSION}" as app
FROM python:"$PYTHON_VERSION"-alpine"${ALPINE_VERSION}" AS app

# Fetch values from ARGs that were declared at the top of this file
ARG APP_NAME
Expand Down

0 comments on commit 5d057dd

Please sign in to comment.