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 #153 from jeffret-b/remoting-4.3
Browse files Browse the repository at this point in the history
[JENKINS-61409] - Upgrade to Remoting version 4.3 for WebSocket large payload fix
  • Loading branch information
slide authored Mar 30, 2020
2 parents 32e1812 + d9fa560 commit 8124425
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=4.0.1-1
ARG version=4.3-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=4.0.1-1-alpine
ARG version=4.3-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=4.0.1-1-jdk11
ARG version=4.3-1-jdk11
FROM jenkins/slave:$version

ARG version
Expand Down

0 comments on commit 8124425

Please sign in to comment.