Change upstream source
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2021-01-04 09:31:27 +01:00
parent 5eda41bf28
commit 86cb879ff6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ FROM alpine:latest AS download
ENV OVFTOOL_VERSION=4.4.1-16812187
ENV OVFTOOL_INSTALLER=VMware-ovftool-${OVFTOOL_VERSION}-lin.x86_64.bundle
ENV OVFTOOL_SHA256=ecdb3dcb58494d643d35661dcda948025661ec12ce615f043e1ec5d4c85de2ce
ADD https://repo.spamasaurus.com/repository/binaries/VMware/ovftool/4.4.1/${OVFTOOL_INSTALLER} /tmp/ovftool-installer
ADD https://sn.itch.fyi/Repository/bin/VMware/ovftool/4.4.x/${OVFTOOL_INSTALLER} /tmp/ovftool-installer
RUN apk --update add --no-cache \
curl \