Skip to content

Commit

Permalink
Bump to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Sep 1, 2023
1 parent 38a099b commit c9eba4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY qemu-arm-static /usr/bin/
FROM builder

ARG ARCH=armhf
ARG VERSION="2.1.1"
ARG VERSION="2.1.2"
LABEL maintainer="Jay MOULIN <https://brands.jaymoulin.me/me/docker-jdownloader>"
LABEL version="${VERSION}-${ARCH}"
ENV LD_LIBRARY_PATH=/lib;/lib32;/usr/lib
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 2.1.1
VERSION ?= 2.1.2
CACHE ?= --no-cache=1
FULLVERSION ?= ${VERSION}
archs ?= amd64 arm32v6 armhf arm64v8
Expand Down
2 changes: 1 addition & 1 deletion debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY qemu-aarch64-static /usr/bin/
FROM builder

ARG ARCH=armel
ARG VERSION="2.1.1"
ARG VERSION="2.1.2"
LABEL maintainer="Jay MOULIN <https://brands.jaymoulin.me/me/docker-jdownloader>"
LABEL version="${VERSION}-${ARCH}"

Expand Down

0 comments on commit c9eba4c

Please sign in to comment.