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.22
3+ image : alpine:3.23
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 @@ -10,7 +10,7 @@ RUN sed -i "s/version = \"0.0.0\"/version = \"$RETICULUM_IMAGE_TAG\"/" Cargo.tom
1010
1111RUN cargo build --release
1212
13- FROM alpine:3.22
13+ FROM alpine:3.23
1414
1515RUN apk --update add libc6-compat
1616COPY --from=builder /aquila/target/release/aquila .
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN sed -i "s/version = \"0.0.0\"/version = \"$RETICULUM_IMAGE_TAG\"/" Cargo.tom
1414WORKDIR /draco/adapters/$VARIANT
1515RUN cargo build --release
1616
17- FROM alpine:3.22
17+ FROM alpine:3.23
1818ARG VARIANT
1919
2020RUN apk --update add libc6-compat
Original file line number Diff line number Diff line change 1- FROM alpine:3.22
1+ FROM alpine:3.23
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 @@ -12,7 +12,7 @@ RUN sed -i "s/version = \"0.0.0\"/version = \"$RETICULUM_IMAGE_TAG\"/" Cargo.tom
1212
1313RUN cargo build --release
1414
15- FROM alpine:3.22
15+ FROM alpine:3.23
1616
1717RUN apk --update add libc6-compat
1818COPY --from=builder /taurus/target/release/taurus /taurus
You can’t perform that action at this time.
0 commit comments