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 6919b84 commit 04f1881Copy full SHA for 04f1881
Dockerfile
@@ -60,7 +60,7 @@ RUN --mount=from=binary \
60
TARGETARCH=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "$TARGETARCH"); \
61
cp docker-compose* "/out/docker-compose-${TARGETOS}-${TARGETARCH}${TARGETVARIANT}$(ls docker-compose* | sed -e 's/^docker-compose//')"
62
63
-FROM alpine:3.16 AS compose-plugin
+FROM debian:bullseye-slim AS compose-plugin
64
WORKDIR /root
65
COPY --from=make-compose-plugin /out/* /usr/local/bin/
66
service.yaml
@@ -1 +1 @@
1
-version: 1.2.7
+version: 1.2.8
0 commit comments