chore: update documentation and Docker base image version

- Fix formatting of platform list in the README
- Update Docker base image from alpine:3.20 to alpine:3.22

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2025-12-01 15:35:05 +08:00
parent b6589abef3
commit cbfb2bb51b
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -30,9 +30,9 @@ Please make sure that you create the `/data/jenkins` before starting the Jenkins
The pre-compiled binaries can be downloaded from [release page](https://github.com/appleboy/drone-jenkins/releases). Support the following OS type.
* Windows amd64/386
* Linux amd64/386
* Darwin amd64/386
- Windows amd64/386
- Linux amd64/386
- Darwin amd64/386
With `Go` installed
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.22
ARG TARGETOS
ARG TARGETARCH