Skip to content

Commit 56a0ab0

Browse files
committed
fix(docker): Build arg
1 parent 54a5525 commit 56a0ab0

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,5 +1,5 @@
11
ARG ALPINE=3.20
2-
FROM alpine:${ALPINE}
2+
FROM alpine:$ALPINE
33

44
ARG PHP
55
ENV PHP_VERSION=$PHP

0 commit comments

Comments
 (0)