Skip to content

Commit

Permalink
FROM and as should be same case
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Jan 12, 2025
1 parent cd43621 commit 7959521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
ARG PYTHON_VERSION=3.8.10

# Build basic Pelican image
FROM python:${PYTHON_VERSION}-slim-buster as pelican-asf
FROM python:${PYTHON_VERSION}-slim-buster AS pelican-asf

RUN apt update && apt upgrade -y
RUN apt install curl cmake build-essential -y
Expand Down

0 comments on commit 7959521

Please sign in to comment.