Skip to content

Commit 244dbff

Browse files
committed
Upgrade alpine Docker image to 3.21
1 parent 272d6b1 commit 244dbff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/openwec-alpine.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20 AS chef
1+
FROM alpine:3.21 AS chef
22
RUN apk add --no-cache rust cargo && cargo install cargo-chef
33
WORKDIR /SRC
44

@@ -27,7 +27,7 @@ COPY . .
2727
RUN cargo build --release --locked
2828

2929

30-
FROM alpine:3.20
30+
FROM alpine:3.21
3131
ARG APP=/usr/src/openwec
3232
ARG DATA=/var/lib/openwec/data
3333
ARG DB=/var/lib/openwec/db

0 commit comments

Comments
 (0)