⬆️ Upgrades git to 2.30.1-r0 (#124)

This commit is contained in:
Franck Nijhof 2021-02-09 09:27:46 +01:00 committed by GitHub
parent 6b6f250f86
commit e4336ee227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ RUN \
php7=7.4.15-r0 \ php7=7.4.15-r0 \
\ \
&& apk add --no-cache --virtual .build-dependencies \ && apk add --no-cache --virtual .build-dependencies \
git=2.30.0-r0 \ git=2.30.1-r0 \
\ \
&& git clone --branch v1.7.0 --depth=1 \ && git clone --branch v1.7.0 --depth=1 \
https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \ https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \