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

Commit

Permalink
Bump remoting version (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Mar 12, 2022
1 parent 7d77ac6 commit 63c0008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ group "linux-ppc64le" {

# update this to use a newer build number for jenkins/docker-agent image
variable "AGENT_IMAGE_BUILD_NUMBER" {
default = "4"
default = "1"
}

variable "REGISTRY" {
Expand All @@ -38,7 +38,7 @@ variable "JENKINS_REPO" {
}

variable "REMOTING_VERSION" {
default = "4.11.2"
default = "4.13"
}

variable "BUILD_NUMBER" {
Expand Down

0 comments on commit 63c0008

Please sign in to comment.