Skip to content

Commit fbee55c

Browse files
Update alpine Docker tag to v3.23
1 parent 9ff13df commit fbee55c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

container/aquila/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /aquila
66
COPY projects/aquila .
77
RUN cargo build --release
88

9-
FROM alpine:3.22
9+
FROM alpine:3.23
1010

1111
RUN apk --update add libc6-compat
1212
COPY --from=builder /aquila/target/release/aquila .

container/draco/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN cargo install --version $CODE0_CLI_VERSION code0-cli
1818
ARG DEFINITION_VERSION=def-0.0.19
1919
RUN code0-cli download -f $VARIANT -t $DEFINITION_VERSION
2020

21-
FROM alpine:3.22
21+
FROM alpine:3.23
2222
ARG VARIANT
2323

2424
RUN apk --update add libc6-compat

container/mise/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22
1+
FROM alpine:3.23
22
LABEL org.opencontainers.image.source=https://github.com/code0-tech/reticulum
33

44
RUN apk add bash curl tar mise

container/taurus/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN cargo install --version $CODE0_CLI_VERSION code0-cli
1616
ARG DEFINITION_VERSION=def-0.0.19
1717
RUN code0-cli download -f standard -t $DEFINITION_VERSION
1818

19-
FROM alpine:3.22
19+
FROM alpine:3.23
2020

2121
RUN apk --update add libc6-compat
2222
COPY --from=builder /taurus/target/release/taurus /taurus

0 commit comments

Comments
 (0)