File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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 @@ -9,7 +9,7 @@ WORKDIR /draco/adapters/$VARIANT
99RUN cargo build --release
1010RUN apk add openssl-dev openssl-libs-static pkgconfig && cargo install code0-cli && code0-cli download -f $VARIANT
1111
12- FROM alpine:3.22
12+ FROM alpine:3.23
1313ARG VARIANT
1414
1515RUN 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 @@ -7,7 +7,7 @@ COPY projects/taurus .
77RUN cargo build --release
88RUN apk add openssl-dev openssl-libs-static pkgconfig && cargo install code0-cli && code0-cli download -f standard
99
10- FROM alpine:3.22
10+ FROM alpine:3.23
1111
1212RUN apk --update add libc6-compat
1313COPY --from=builder /taurus/target/release/taurus /taurus
You can’t perform that action at this time.
0 commit comments