File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ WORKDIR /aquila
66COPY projects/aquila .
77RUN cargo build --release
88
9- FROM alpine:3.22
9+ FROM alpine:3.23
1010
1111RUN apk --update add libc6-compat
1212COPY --from=builder /aquila/target/release/aquila .
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN cargo install --version $CODE0_CLI_VERSION code0-cli
1818ARG DEFINITION_VERSION=def-0.0.19
1919RUN code0-cli download -f $VARIANT -t $DEFINITION_VERSION
2020
21- FROM alpine:3.22
21+ FROM alpine:3.23
2222ARG VARIANT
2323
2424RUN 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 @@ -16,7 +16,7 @@ RUN cargo install --version $CODE0_CLI_VERSION code0-cli
1616ARG DEFINITION_VERSION=def-0.0.19
1717RUN code0-cli download -f standard -t $DEFINITION_VERSION
1818
19- FROM alpine:3.22
19+ FROM alpine:3.23
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