Skip to content

Commit

Permalink
Update swarm client version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Aug 3, 2023
1 parent 92a1f11 commit 79dc983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
FROM alpine:3 as downloader

ARG JSWARM_VERSION=3.15
ARG JSWARM_VERSION=3.34
ARG JSWARM_JAR_NAME=swarm-client-${JSWARM_VERSION}.jar
ARG JSWARM_URL=https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/swarm-client/${JSWARM_VERSION}/${JSWARM_JAR_NAME}

Expand All @@ -28,7 +28,7 @@ RUN apk add --no-cache --upgrade openjdk8 bash git docker make
#
FROM pkg_base

ARG JSWARM_VERSION=3.15
ARG JSWARM_VERSION=3.34
ARG JSWARM_JAR_NAME=swarm-client-${JSWARM_VERSION}.jar
ARG JSWARM_JAR_DIR=/usr/share/jenkins
ARG JSWARM_JAR=${JSWARM_JAR_DIR}/${JSWARM_JAR_NAME}
Expand Down

0 comments on commit 79dc983

Please sign in to comment.