Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #102 from jenkinsci/3.35-1-jdk-11
Browse files Browse the repository at this point in the history
JDK11: Update to Remoting 3.35 and the 3.35-1 base image
  • Loading branch information
oleg-nenashev authored Sep 20, 2019
2 parents 91984ae + 1c7cbb0 commit eeb5276
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 @@ -20,9 +20,9 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

FROM jenkins/slave:latest-jdk11
FROM jenkins/slave:3.35-1-jdk11
MAINTAINER Oleg Nenashev <[email protected]>
LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols" Vendor="Jenkins project" Version="3.27"
LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols" Vendor="Jenkins project" Version="3.35-1"

COPY jenkins-slave /usr/local/bin/jenkins-slave

Expand Down

0 comments on commit eeb5276

Please sign in to comment.