diff --git a/container/aquila/Dockerfile b/container/aquila/Dockerfile index 974386c..1cee3d3 100644 --- a/container/aquila/Dockerfile +++ b/container/aquila/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /aquila COPY projects/aquila . RUN cargo build --release -FROM alpine:3.22 +FROM alpine:3.23 RUN apk --update add libc6-compat COPY --from=builder /aquila/target/release/aquila . diff --git a/container/draco/Dockerfile b/container/draco/Dockerfile index 0758bf6..e8a86d0 100644 --- a/container/draco/Dockerfile +++ b/container/draco/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /draco/adapters/$VARIANT RUN cargo build --release RUN apk add openssl-dev openssl-libs-static pkgconfig && cargo install code0-cli && code0-cli download -f $VARIANT -FROM alpine:3.22 +FROM alpine:3.23 ARG VARIANT RUN apk --update add libc6-compat diff --git a/container/mise/Dockerfile b/container/mise/Dockerfile index 2682155..d08c5bc 100644 --- a/container/mise/Dockerfile +++ b/container/mise/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22 +FROM alpine:3.23 LABEL org.opencontainers.image.source=https://github.com/code0-tech/reticulum RUN apk add bash curl tar mise diff --git a/container/taurus/Dockerfile b/container/taurus/Dockerfile index f13a95c..9b33485 100644 --- a/container/taurus/Dockerfile +++ b/container/taurus/Dockerfile @@ -7,7 +7,7 @@ COPY projects/taurus . RUN cargo build --release RUN apk add openssl-dev openssl-libs-static pkgconfig && cargo install code0-cli && code0-cli download -f standard -FROM alpine:3.22 +FROM alpine:3.23 RUN apk --update add libc6-compat COPY --from=builder /taurus/target/release/taurus /taurus