Skip to content

Commit 774cecf

Browse files
committed
Correct casing issue
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 951253a commit 774cecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-instal
3838

3939
# ---
4040

41-
FROM base as build
41+
FROM base AS build
4242

4343
# builder dependencies
4444
RUN apt-get update --quiet && \

0 commit comments

Comments
 (0)