Skip to content

Commit

Permalink
Merge pull request #861 from jenkinsci/updatecli_master_20863217c1acd…
Browse files Browse the repository at this point in the history
…a5d7d19ed8cdce74e32a81b31d946e6c3e439bcd0d0f573f0dd

Bump Debian Bookworm Linux version to bookworm-20240812
  • Loading branch information
dduportal committed Aug 16, 2024
2 parents 4ace7e1 + 0f75893 commit 93914be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
ARG DEBIAN_RELEASE=bookworm-20240722
ARG DEBIAN_RELEASE=bookworm-20240812
FROM debian:"${DEBIAN_RELEASE}"-slim as jre-build

SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ variable "ALPINE_SHORT_TAG" {
}

variable "DEBIAN_RELEASE" {
default = "bookworm-20240722"
default = "bookworm-20240812"
}

variable "JAVA11_VERSION" {
Expand Down

0 comments on commit 93914be

Please sign in to comment.