diff --git a/Dockerfile b/Dockerfile index 3bffd4ab09..39fdd29b60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ # syntax=docker/dockerfile:1 -ARG COMPOSE_VERSION=v2.32.1 + +ARG COMPOSE_VERSION=v2.32.2 + FROM docker/compose-bin:${COMPOSE_VERSION} AS compose diff --git a/service.yaml b/service.yaml index ed6246062c..2905a79a45 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 1.5.1 +version: 1.5.2