Skip to content

Commit

Permalink
Bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Dec 22, 2024
1 parent 40a5def commit f26c574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV ISDEB=1

FROM base-${TARGETARCH}-${TARGETVARIANT:-v1}

ARG VERSION="2.1.2"
ARG VERSION="2.2.0"
ARG TARGETPLATFORM
LABEL maintainer="Jay MOULIN <https://brands.jaymoulin.me/me/docker-jdownloader>"
LABEL version="${VERSION}-${TARGETPLATFORM}"
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.3
VERSION ?= 2.2.0
CACHE ?= --no-cache=1

.PHONY: all build publish
Expand Down

0 comments on commit f26c574

Please sign in to comment.