Skip to content

Commit 2362e88

Browse files
committed
tests: bump composectl lmp-97.0.0
Bump the composectl lmp-97.0.0 for the dev and test envs/containers. Signed-off-by: Mike Sul <mike.sul@foundries.io>
1 parent 1cd94ac commit 2362e88

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)