We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4ed20 commit e204c6bCopy full SHA for e204c6b
Dockerfile
@@ -11,7 +11,7 @@ RUN apk update && \
11
&& mkdir -p /run/nginx \
12
&& rm -f /var/cache/apk/*; \
13
[ -f /usr/bin/php ] && rm -f /usr/bin/php; \
14
- ln -s /usr/bin/php82 /usr/bin/php; \
+ ln -s /usr/bin/php82 /usr/bin/php;
15
16
# Calculate download URL
17
ENV VERSION 5.2.1
0 commit comments