diff --git a/Makefile b/Makefile index 7ea3942b..b07e0ad6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 1.16.1 +VERSION ?= 1.17.0 CACHE ?= --no-cache=1 FULLVERSION ?= ${VERSION} archs ?= amd64 arm32v6 arm64v8 i386 diff --git a/converter b/converter index 468525f7..f981a3be 100755 --- a/converter +++ b/converter @@ -1,7 +1,7 @@ #!/usr/bin/env php diff --git a/docker/Dockerfile b/docker/Dockerfile index e4a38ca3..32900550 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM php:7.4-alpine COPY qemu-*-static /usr/bin/ -ARG VERSION=1.16.1 +ARG VERSION=1.17.0 LABEL maintainer="Jay MOULIN " LABEL version=${VERSION} diff --git a/download b/download index 6be195a9..daaca1bb 100755 --- a/download +++ b/download @@ -1,7 +1,7 @@ #!/usr/bin/env php