Skip to content

Commit ced5bd0

Browse files
committed
Bump to Alpine 3.23 and document riscv64
1 parent 1d44a2c commit ced5bd0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: make docker-build
3434
env:
3535
IMAGE_TAG: "docker.io/botsudo/action-docker-compose:latest"
36+
# In 12/2025 the "latest" tag does not have support for linux/riscv64
3637
PLATFORM: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
3738
ACTION: push
3839

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20
1+
FROM alpine:3.23
22

33
# ARG RELEASE_VERSION=2
44

0 commit comments

Comments
 (0)