Skip to content

Commit 56a0ab0

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

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,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)