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 #147 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 authored Feb 7, 2020
2 parents 603a0cb + 7d60e02 commit e6272f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG version=3.40-1
ARG version=4.0.1-1
FROM jenkins/slave:$version

ARG version
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG version=3.40-1-alpine
ARG version=4.0.1-1-alpine
FROM jenkins/slave:$version

ARG version
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG version=3.40-1-jdk11
ARG version=4.0.1-1-jdk11
FROM jenkins/slave:$version

ARG version
Expand Down

0 comments on commit e6272f2

Please sign in to comment.