From 17b2089b74dc18b367fb1cf133806f4d74121866 Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Mon, 25 Oct 2021 16:50:44 +0200 Subject: [PATCH] bump to 1.21.2 --- Makefile | 2 +- converter | 2 +- docker/Dockerfile | 2 +- download | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 29caf636..55b01a68 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 1.21.1 +VERSION ?= 1.21.2 CACHE ?= --no-cache=1 FULLVERSION ?= ${VERSION} archs ?= amd64 arm32v6 arm64v8 i386 diff --git a/converter b/converter index c4576e98..b8ae7eb8 100755 --- a/converter +++ b/converter @@ -1,7 +1,7 @@ #!/usr/bin/env php diff --git a/docker/Dockerfile b/docker/Dockerfile index 7ef4021f..635ca002 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM php:8.0-alpine COPY qemu-*-static /usr/bin/ -ARG VERSION=1.21.1 +ARG VERSION=1.21.2 LABEL maintainer="Jay MOULIN " LABEL version=${VERSION} diff --git a/download b/download index 14190332..83c5ac6b 100755 --- a/download +++ b/download @@ -1,7 +1,7 @@ #!/usr/bin/env php