From 58f10dfb19759a58e5c5eb3db6526cdd9be181ea Mon Sep 17 00:00:00 2001 From: Markus Wiegand Date: Fri, 26 Jul 2024 17:51:53 +0200 Subject: [PATCH] change alpine image to go alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 949dff8..7cda9ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY . . RUN go install -ldflags="-X 'main.version=${ACTION_VERSION}'" -FROM alpine:3.20.2 +FROM golang:1.22.5-alpine LABEL repository="https://github.com/morphy2k/revive-action" LABEL homepage="https://github.com/morphy2k/revive-action"