Skip to content

Commit 471cb7b

Browse files
chore(CR-29173): updated compose version (#17)
* updated docker compose version * Update Dockerfile
1 parent 7153405 commit 471cb7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ARG COMPOSE_VERSION=v2.32.2
1+
ARG COMPOSE_VERSION=v2.37.0
22
FROM docker/compose-bin:${COMPOSE_VERSION} AS compose
33

4-
FROM debian:bookworm-20250407-slim AS compose-plugin
4+
FROM debian:bookworm-20250610-slim AS compose-plugin
55
WORKDIR /home/compose
66
ENV COMPOSE_COMPATIBILITY=true
77
# add user

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.5.3
1+
version: 1.5.4

0 commit comments

Comments
 (0)