From cbfb2bb51b103fe364920f578d4c4df39c26d4c9 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 1 Dec 2025 15:35:05 +0800 Subject: [PATCH] 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 --- README.md | 6 +++--- docker/Dockerfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f970fc9..c9ed893 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker/Dockerfile b/docker/Dockerfile index d2ee370..fd23adf 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20 +FROM alpine:3.22 ARG TARGETOS ARG TARGETARCH