diff --git a/Dockerfile b/Dockerfile index 10cc433..21efa77 100755 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY qemu-arm-static /usr/bin/ FROM builder ARG ARCH=armhf -ARG VERSION="1.4.0" +ARG VERSION="1.4.1" LABEL maintainer="Jay MOULIN " LABEL version="${VERSION}-${ARCH}" ENV LD_LIBRARY_PATH=/lib;/lib32;/usr/lib diff --git a/Makefile b/Makefile index dc12b50..a4a304e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 1.4.0 +VERSION ?= 1.4.1 CACHE ?= --no-cache=1 FULLVERSION ?= ${VERSION} archs ?= amd64 arm32v6 armhf arm64v8