Skip to content

Commit

Permalink
fix(docker): Instructions order
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Sep 16, 2024
1 parent 1a2f7e9 commit fe4ddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ALPINE=3.20
ENV ALPINE=$ALPINE
FROM alpine:${ALPINE}
ENV ALPINE=$ALPINE

ARG PHP
ENV PHP_VERSION=$PHP
Expand Down

0 comments on commit fe4ddd8

Please sign in to comment.