Skip to content

Commit fe4ddd8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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)