We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351f912 commit c76a7b1Copy full SHA for c76a7b1
.gitignore
@@ -0,0 +1 @@
1
+.idea
Dockerfile
@@ -1,13 +1,13 @@
# syntax=docker/dockerfile:1
2
3
-ARG COMPOSE_VERSION=v2.20.3
+ARG COMPOSE_VERSION=v2.28.1
4
5
FROM docker/compose-bin:${COMPOSE_VERSION} AS compose
6
7
-FROM debian:bullseye-slim AS compose-plugin
+FROM debian:bookworm-slim AS compose-plugin
8
9
COPY --from=compose /docker-compose /usr/local/bin/docker-compose
10
-ENV COMPOSE_COMPATIBILITY true
+ENV COMPOSE_COMPATIBILITY=true
11
12
# add user
13
RUN addgroup --gid 3000 compose && \
service.yaml
@@ -1 +1 @@
-version: 1.4.0
+version: 1.5.0
0 commit comments