Skip to content

Commit a01dffb

Browse files
committed
docker: update alpine image
Signed-off-by: László Várady <laszlo.varady@anno.io>
1 parent 43f52e3 commit a01dffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/alpine.dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
ARG DEBUG=false
2525

26-
FROM alpine:3.20 as apkbuilder
26+
FROM alpine:3.21 as apkbuilder
2727

2828
ARG PKG_TYPE=stable
2929
ARG SNAPSHOT_VERSION
@@ -59,7 +59,7 @@ RUN mkdir packages \
5959
&& abuild -r
6060

6161

62-
FROM alpine:3.20
62+
FROM alpine:3.21
6363

6464
ARG DEBUG
6565

0 commit comments

Comments
 (0)