From fe4ddd8a5651a2549ff2210bcdbac38422ea599f Mon Sep 17 00:00:00 2001 From: leocavalcante Date: Mon, 16 Sep 2024 13:34:16 -0300 Subject: [PATCH] fix(docker): Instructions order --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bafa14a..bd1e5e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG ALPINE=3.20 -ENV ALPINE=$ALPINE FROM alpine:${ALPINE} +ENV ALPINE=$ALPINE ARG PHP ENV PHP_VERSION=$PHP