Skip to content

Commit fe4ddd8

Browse files
committed
fix(docker): Instructions order
1 parent 1a2f7e9 commit fe4ddd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG ALPINE=3.20
2-
ENV ALPINE=$ALPINE
32
FROM alpine:${ALPINE}
3+
ENV ALPINE=$ALPINE
44

55
ARG PHP
66
ENV PHP_VERSION=$PHP

0 commit comments

Comments
 (0)