diff --git a/Containerfile b/Containerfile index c929013..a77de87 100644 --- a/Containerfile +++ b/Containerfile @@ -13,7 +13,7 @@ COPY src/ . RUN GOOOS=linux GOARCH=amd64 go build -o git-workflows -ldflags="-X main.version=$VERSION" . -FROM alpine:3.19.1 +FROM alpine:3.23.4 RUN apk add --no-cache ca-certificates curl wget bash git openssh