Skip to content

Commit

Permalink
transfer to bookwarm
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-codefresh committed Jul 5, 2024
1 parent 3eee8b9 commit 9362ad3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ ARG COMPOSE_VERSION=v2.28.1

FROM docker/compose-bin:${COMPOSE_VERSION} AS compose

FROM alpine:3.20 AS compose-plugin
FROM debian:bookworm-slim AS compose-plugin

COPY --from=compose /docker-compose /usr/local/bin/docker-compose
ENV COMPOSE_COMPATIBILITY=true

RUN apk -U upgrade
# add user
RUN addgroup --gid 3000 compose && \
adduser --uid 3000 --gecos "" --disabled-password \
Expand Down

0 comments on commit 9362ad3

Please sign in to comment.