Skip to content

Commit

Permalink
change alpine image to go alpine (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Jul 26, 2024
1 parent 2560951 commit a3c80ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a3c80ac

Please sign in to comment.