Skip to content

Commit 04f1881

Browse files
danielm-codefreshroi-codefresh
authored andcommitted
alpine to debian (#5)
* alpine to debian * bump
1 parent 6919b84 commit 04f1881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN --mount=from=binary \
6060
TARGETARCH=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "$TARGETARCH"); \
6161
cp docker-compose* "/out/docker-compose-${TARGETOS}-${TARGETARCH}${TARGETVARIANT}$(ls docker-compose* | sed -e 's/^docker-compose//')"
6262

63-
FROM alpine:3.16 AS compose-plugin
63+
FROM debian:bullseye-slim AS compose-plugin
6464
WORKDIR /root
6565
COPY --from=make-compose-plugin /out/* /usr/local/bin/
6666

service.yaml

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

0 commit comments

Comments
 (0)