Skip to content

Commit

Permalink
fix another as => AS
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Jun 20, 2024
1 parent a01ad9e commit 74e5007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN curl --output /tmp/k9s.tar.gz -sLf "https://github.com/derailed/k9s/releases
echo "${!K9S_SUM} /tmp/k9s.tar.gz" | sha256sum -c - && \
tar -xvzf /tmp/k9s.tar.gz -C / k9s

FROM registry.suse.com/bci/bci-base:${BCI_VERSION} as zypper
FROM registry.suse.com/bci/bci-base:${BCI_VERSION} AS zypper

# Creates the based dir for the target image, and hydrades it with the
# original contents of the final image.
Expand Down

0 comments on commit 74e5007

Please sign in to comment.