Skip to content

Commit af42af1

Browse files
authored
Merge pull request #449 from foundriesio/tests/bump-composectl
tests: bump composectl lmp-97.0.0
2 parents 1cd94ac + 2362e88 commit af42af1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-e2e-test/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM golang:1.22.2-bookworm AS composeapp
1+
FROM golang:1.22.12-bookworm AS composeapp
22
# Build composeapp
33
WORKDIR /build
44
RUN git clone https://github.com/foundriesio/composeapp.git && cd composeapp \
5-
&& git checkout v95.1 \
5+
&& git checkout lmp-97.0.0 \
66
&& STOREROOT=/var/sota/reset-apps COMPOSEROOT=/var/sota/compose-apps BASESYSTEMCONFIG=/usr/lib/docker make \
77
&& cp ./bin/composectl /usr/bin/
88

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.22.2-bookworm AS composeapp
22
# Build composeapp
33
WORKDIR /build
44
RUN git clone https://github.com/foundriesio/composeapp.git && \
5-
cd composeapp && git checkout v95 && make && cp ./bin/composectl /usr/bin/
5+
cd composeapp && git checkout lmp-97.0.0 && make && cp ./bin/composectl /usr/bin/
66

77

88
FROM ubuntu:plucky

0 commit comments

Comments
 (0)