diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..485dee64bcf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/Dockerfile b/Dockerfile index b02217b5059..6b8a454bbf6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ # syntax=docker/dockerfile:1 -ARG COMPOSE_VERSION=v2.20.3 +ARG COMPOSE_VERSION=v2.28.1 FROM docker/compose-bin:${COMPOSE_VERSION} AS compose -FROM debian:bullseye-slim AS compose-plugin +FROM debian:bookworm-slim AS compose-plugin COPY --from=compose /docker-compose /usr/local/bin/docker-compose -ENV COMPOSE_COMPATIBILITY true +ENV COMPOSE_COMPATIBILITY=true # add user RUN addgroup --gid 3000 compose && \ diff --git a/service.yaml b/service.yaml index 84b2e834c0f..ef64beee07e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 1.4.0 +version: 1.5.0