Skip to content

Commit

Permalink
fix: ARG before FROM
Browse files Browse the repository at this point in the history
  • Loading branch information
pifou25 committed Apr 5, 2024
1 parent 1fe7ad7 commit 6a65c25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# prepare PHP source with dependencies
ARG DEBIAN=bullseye
ARG PHP=7.3

# prepare PHP source with dependencies
FROM composer:2.0 as vendor

ARG JEEDOM_VERSION=V4-stable
Expand Down

0 comments on commit 6a65c25

Please sign in to comment.