Skip to content

Commit

Permalink
style(Dockerfile): uppercase all keywords
Browse files Browse the repository at this point in the history
Signed-off-by: Rongrong <[email protected]>
  • Loading branch information
Rongronggg9 committed Aug 22, 2024
1 parent 3620cd4 commit 9df7493
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 @@ -88,7 +88,7 @@ RUN \

#-----------------------------------------------------------------------------------------------------------------------

FROM python:3.12-bookworm as app-builder
FROM python:3.12-bookworm AS app-builder

WORKDIR /app

Expand Down Expand Up @@ -118,7 +118,7 @@ RUN \

#-----------------------------------------------------------------------------------------------------------------------

FROM python:3.12-slim-bookworm as app
FROM python:3.12-slim-bookworm AS app

WORKDIR /app

Expand Down

0 comments on commit 9df7493

Please sign in to comment.