Skip to content

Commit e10b475

Browse files
Update alpine Docker tag to v3.22
1 parent 7c09883 commit e10b475

3 files changed

Lines changed: 3 additions & 3 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.21
9+
FROM alpine:3.22
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
@@ -8,7 +8,7 @@ COPY projects/draco .
88
WORKDIR /draco/adapters/$VARIANT
99
RUN cargo build --release
1010

11-
FROM alpine:3.21
11+
FROM alpine:3.22
1212
ARG VARIANT
1313

1414
RUN apk --update add libc6-compat

container/taurus/Dockerfile

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

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

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

0 commit comments

Comments
 (0)