Skip to content

Commit 9a0908f

Browse files
authored
Merge pull request #498 from MrAnno/rename-image-rebuild
Rename image rebuild job and update Alpine image
2 parents 62df004 + a01dffb commit 9a0908f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/axosyslog-image-stable.yml .github/workflows/axosyslog-image-stable-rebuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: AxoSyslog stable image
1+
name: AxoSyslog stable image rebuild
22

33
permissions: write-all
44

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)