Skip to content

Commit e81af35

Browse files
7.2-2 has been released officially
Co-authored-by: Zadkiel AHARONIAN <zadkiel.aharonian@gmail.com>
1 parent 2f1c1bd commit e81af35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.cross

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ __CROSS_COPY qemu-__QEMU_ARCH__-static /usr/bin
66
RUN apk update && apk upgrade
77
RUN apk --no-cache --update add bash tzdata nginx php84-fpm php84-cli php84-common php84-json php84-soap php84-simplexml php84-session \
88
&& apk --no-cache --update add --virtual build-dependencies wget unzip \
9-
&& wget --no-check-certificate https://github.com/phpvirtualbox/phpvirtualbox/archive/7.2-dev.zip -O phpvirtualbox.zip \
9+
&& wget --no-check-certificate https://github.com/phpvirtualbox/phpvirtualbox/archive/7.2-2.zip -O phpvirtualbox.zip \
1010
&& unzip phpvirtualbox.zip -d phpvirtualbox \
1111
&& mkdir -p /var/www \
1212
&& mv -v phpvirtualbox/*/* /var/www/ \

0 commit comments

Comments
 (0)