Skip to content

Commit

Permalink
Merge pull request #71 from ruby/suppress-warnings
Browse files Browse the repository at this point in the history
[nit] Suppress warnings
  • Loading branch information
shyouhei authored Sep 30, 2024
2 parents c8ca9ae + 4eb7dc2 commit 6a32527
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG os=ubuntu
ARG version=
ARG version=latest
ARG variant=
ARG packages=

FROM ${os}:${version}${variant} as assets
FROM ${os}:${version}${variant} AS assets
ARG os
ARG version
ARG variant
Expand Down Expand Up @@ -42,7 +42,7 @@ RUN wget \
--no-modify-path \
-y

FROM ${os}:${version}${variant} as compilers
FROM ${os}:${version}${variant} AS compilers
ARG packages

LABEL [email protected]
Expand Down

0 comments on commit 6a32527

Please sign in to comment.