File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11generate-environment :
22 stage : prepare
3- image : alpine:3.23
3+ image : alpine:3.24
44 script :
55 - echo "RETICULUM_CONTAINER_VERSION=$(cat VERSION)-$RETICULUM_BUILD_TYPE-$CI_PIPELINE_ID-$CI_COMMIT_SHA" > .gitlab/ci/env
66 - |
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
1414COPY projects/aquila .
1515RUN cargo build --release
1616
17- FROM alpine:3.23
17+ FROM alpine:3.24
1818
1919RUN apk --update add libc6-compat
2020COPY --from=builder /aquila/target/release/aquila .
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN cargo chef cook --release --recipe-path recipe.json --bin $VARIANT
1818COPY projects/draco .
1919RUN cargo build --release --bin $VARIANT
2020
21- FROM alpine:3.23
21+ FROM alpine:3.24
2222ARG VARIANT
2323
2424RUN apk --update add libc6-compat
Original file line number Diff line number Diff line change 1- FROM alpine:3.23
1+ FROM alpine:3.24
22LABEL org.opencontainers.image.source=https://github.com/code0-tech/reticulum
33
44RUN apk add bash curl tar mise
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ COPY projects/sagittarius/gateway gateway
1919
2020RUN cargo build --release
2121
22- FROM alpine:3.23
22+ FROM alpine:3.24
2323
2424RUN apk --update add libc6-compat
2525COPY --from=builder /sagittarius/target/release/gateway .
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json -p taurus
1616COPY projects/taurus .
1717RUN cargo build --release -p taurus
1818
19- FROM alpine:3.23
19+ FROM alpine:3.24
2020
2121RUN apk --update add libc6-compat
2222COPY --from=builder /taurus/target/release/taurus /taurus
You can’t perform that action at this time.
0 commit comments