Skip to content

Commit

Permalink
docker: Pin composectl version in test container
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Sul <mike.sul@foundries.io>
  • Loading branch information
mike-sul committed May 9, 2024
1 parent 94300be commit 61ccd3b
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 && make && cp ./bin/composectl /usr/bin/
cd composeapp && git checkout 9875947a7dd4adbe155324241e8bb17ea9be7f1a && make && cp ./bin/composectl /usr/bin/


FROM ubuntu:jammy
Expand Down

0 comments on commit 61ccd3b

Please sign in to comment.