Skip to content

Commit

Permalink
Update alpine Docker tag to v3.18.4 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 28, 2023
1 parent d756bda commit 80c44a9
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 @@ -4,6 +4,6 @@ WORKDIR /src/cmd
RUN apk add --no-cache git ca-certificates && \
go build -v .

FROM alpine:3.12.0
FROM alpine:3.18.4
COPY --from=builder /src/cmd /bin/godolint
ENTRYPOINT ["/bin/godolint"]

0 comments on commit 80c44a9

Please sign in to comment.