From 645433b99e916be56a6836e3899730584f54e0ff Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Thu, 25 Sep 2025 17:11:51 +0300 Subject: [PATCH] updated debian version --- Dockerfile | 2 +- service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 771255dddf8..a7c274b9a59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG COMPOSE_VERSION=v2.37.0 FROM docker/compose-bin:${COMPOSE_VERSION} AS compose -FROM debian:bookworm-20250811-slim AS compose-plugin +FROM debian:bookworm-20250908-slim AS compose-plugin WORKDIR /home/compose ENV COMPOSE_COMPATIBILITY=true # add user diff --git a/service.yaml b/service.yaml index 69810b9838e..b0f3f4cd069 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 1.5.5 +version: 1.5.6