Skip to content

Commit

Permalink
Bump Debian Bookworm Linux version to bookworm-20240408 (#785)
Browse files Browse the repository at this point in the history
* chore: Update the default value of the variable DEBIAN_RELEASE in the...

...  docker-bake.hcl

Made with ❤️️ by updatecli

* chore: Update the value of the base image (ARG DEBIAN_RELEASE) in the...

...  preview Dockerfile

Made with ❤️️ by updatecli

* chore: Update the value of the base image (ARG DEBIAN_RELEASE) in the...

...  Dockerfile

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 15, 2024
1 parent ba381c8 commit e2560a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-20240311
ARG DEBIAN_RELEASE=bookworm-20240408
ARG JAVA_VERSION=17.0.10_7
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy AS jre-build

Expand Down
2 changes: 1 addition & 1 deletion debian/preview/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DEBIAN_RELEASE=bookworm-20240311
ARG DEBIAN_RELEASE=bookworm-20240408
FROM debian:"${DEBIAN_RELEASE}"-slim as jre-build
ARG JAVA_VERSION
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ variable "ALPINE_SHORT_TAG" {
}

variable "DEBIAN_RELEASE" {
default = "bookworm-20240311"
default = "bookworm-20240408"
}

variable "JAVA11_VERSION" {
Expand Down

0 comments on commit e2560a9

Please sign in to comment.