Skip to content

Commit a30e43a

Browse files
Update alpine Docker tag to v3.23
1 parent 8a1c28a commit a30e43a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.gitlab/ci/prepare.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
generate-environment:
22
stage: prepare
3-
image: alpine:3.22
3+
image: alpine:3.23
44
script:
55
- echo "RETICULUM_CONTAINER_VERSION=$(cat VERSION)-experimental-$CI_PIPELINE_ID-$CI_COMMIT_SHA" > .gitlab/ci/env
66
- |

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)