File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.22.2 -bookworm AS composeapp
1+ FROM golang:1.22.12 -bookworm AS composeapp
22# Build composeapp
33WORKDIR /build
44RUN 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM golang:1.22.2-bookworm AS composeapp
22# Build composeapp
33WORKDIR /build
44RUN 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
88FROM ubuntu:plucky
You can’t perform that action at this time.
0 commit comments