Skip to content

Commit d7ea426

Browse files
Update alpine Docker tag to v3.23
1 parent d742f7b commit d7ea426

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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
@@ -9,7 +9,7 @@ WORKDIR /draco/adapters/$VARIANT
99
RUN cargo build --release
1010
RUN 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
1313
ARG VARIANT
1414

1515
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
@@ -7,7 +7,7 @@ COPY projects/taurus .
77
RUN cargo build --release
88
RUN 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

1212
RUN apk --update add libc6-compat
1313
COPY --from=builder /taurus/target/release/taurus /taurus

0 commit comments

Comments
 (0)