Skip to content

Commit

Permalink
Merge pull request #104 from jeffret-b/remoting-4.0.1
Browse files Browse the repository at this point in the history
Update to Remoting 4.0.1 for security release.
  • Loading branch information
slide committed Jan 30, 2020
2 parents 098db9a + a00259d commit 300535a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
FROM openjdk:8-jdk
MAINTAINER Oleg Nenashev <o.v.nenashev@gmail.com>

ARG VERSION=4.0
ARG VERSION=4.0.1
ARG user=jenkins
ARG group=jenkins
ARG uid=1000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
FROM openjdk:8-jdk-alpine
MAINTAINER Oleg Nenashev <o.v.nenashev@gmail.com>

ARG VERSION=4.0
ARG VERSION=4.0.1
ARG user=jenkins
ARG group=jenkins
ARG uid=1000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
FROM openjdk:11-jdk
MAINTAINER Oleg Nenashev <o.v.nenashev@gmail.com>

ARG VERSION=4.0
ARG VERSION=4.0.1
ARG user=jenkins
ARG group=jenkins
ARG uid=1000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-windows
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MAINTAINER Alex Earl <slide.o.mix@gmail.com>

SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

ARG VERSION=4.0
ARG VERSION=4.0.1
LABEL Description="This is a base image, which provides the Jenkins agent executable (agent.jar)" Vendor="Jenkins project" Version="${VERSION}"

ARG GIT_VERSION=2.24.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-windows-jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MAINTAINER Alex Earl <slide.o.mix@gmail.com>

SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

ARG VERSION=4.0
ARG VERSION=4.0.1
LABEL Description="This is a base image, which provides the Jenkins agent executable (agent.jar)" Vendor="Jenkins project" Version="${VERSION}"

ARG GIT_VERSION=2.24.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-windows-nanoserver
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
Remove-Item mingit.zip -Force ; `
setx /M PATH $('c:\mingit\cmd;{0}' -f $env:PATH)

ARG VERSION=4.0
ARG VERSION=4.0.1
ARG user=jenkins

ARG AGENT_FILENAME=agent.jar
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-windows-nanoserver-jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
Remove-Item mingit.zip -Force ; `
setx /M PATH $('c:\mingit\cmd;{0}' -f $env:PATH)

ARG VERSION=4.0
ARG VERSION=4.0.1
ARG user=jenkins

ARG AGENT_FILENAME=agent.jar
Expand Down

0 comments on commit 300535a

Please sign in to comment.