Skip to content

Commit

Permalink
docker: Use the latest composectl in dev container
Browse files Browse the repository at this point in the history
Build composectl from head of the main branch of composeapp for the
aklite's dev&test container used for running unit tests.

Signed-off-by: Mike Sul <[email protected]>
  • Loading branch information
mike-sul committed Dec 11, 2024
1 parent 1a68b37 commit 21098ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.22.2-bookworm AS composeapp
# Build composeapp
WORKDIR /build
RUN git clone https://github.com/foundriesio/composeapp.git && \
cd composeapp && git checkout c62494f56b123a411f7221f4ee87ed839d0930bd && make && cp ./bin/composectl /usr/bin/
cd composeapp && make && cp ./bin/composectl /usr/bin/


FROM ubuntu:jammy
Expand Down

0 comments on commit 21098ec

Please sign in to comment.