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

Commit

Permalink
Upgrade to Remoting version 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffret-b committed Mar 26, 2020
1 parent 32e1812 commit d9fa560
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 d9fa560

Please sign in to comment.