Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca authored Sep 26, 2019
1 parent 499b0f4 commit e55a188
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
@@ -1,7 +1,7 @@
FROM ruby:2.6.3-alpine
RUN apk add --no-cache --update build-base linux-headers git

LABEL com.github.actions.name="Rubocop"
LABEL com.github.actions.name="Rubocop Code Checks"
LABEL com.github.actions.description="Lint your Ruby code in parallel to your builds"
LABEL com.github.actions.icon="code"
LABEL com.github.actions.color="red"
Expand Down

0 comments on commit e55a188

Please sign in to comment.