Skip to content

Commit

Permalink
Merge pull request #1 from aranabhat/ranabhat
Browse files Browse the repository at this point in the history
3.34 - 3.46 dev bump
  • Loading branch information
aranabhat committed Jun 13, 2024
2 parents 6d70a7c + 75118cf commit 27efc84
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.34
ARG JSWARM_VERSION=3.46
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 openjdk21 bash git docker make
#
FROM pkg_base

ARG JSWARM_VERSION=3.34
ARG JSWARM_VERSION=3.46
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 27efc84

Please sign in to comment.