Skip to content

Commit

Permalink
Use alpine with ruby 2.x as base image
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
bpicode authored Jan 7, 2021
1 parent 5b23611 commit e76c0e2
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,4 +1,4 @@
FROM ruby:alpine
FROM ruby:2-alpine
LABEL "maintainer"="bpicode"

LABEL "com.github.actions.name"="github-action-fpm"
Expand Down

0 comments on commit e76c0e2

Please sign in to comment.