Skip to content

Commit 727f1c8

Browse files
Bump Debian Bookworm Linux version to bookworm-20240311 (#769)
* chore: Update the value of the base image (ARG DEBIAN_RELEASE) in the... ... Dockerfile Made with ❤️️ by updatecli * 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 --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 02ea0ef commit 727f1c8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
22-
ARG DEBIAN_RELEASE=bookworm-20240211
22+
ARG DEBIAN_RELEASE=bookworm-20240311
2323
ARG JAVA_VERSION=17.0.9_9
2424
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy AS jre-build
2525

debian/preview/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DEBIAN_RELEASE=bookworm-20240211
1+
ARG DEBIAN_RELEASE=bookworm-20240311
22
FROM debian:"${DEBIAN_RELEASE}"-slim as jre-build
33
ARG JAVA_VERSION
44
ARG TARGETPLATFORM

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ variable "ALPINE_SHORT_TAG" {
105105
}
106106

107107
variable "DEBIAN_RELEASE" {
108-
default = "bookworm-20240211"
108+
default = "bookworm-20240311"
109109
}
110110

111111
variable "JAVA11_VERSION" {

0 commit comments

Comments
 (0)