Skip to content

Commit

Permalink
Merge pull request #5 from lucaspinheiro1/patch-1
Browse files Browse the repository at this point in the history
update ruby base image version
  • Loading branch information
bpicode authored Feb 13, 2024
2 parents e76c0e2 + a404e0a commit 7502b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2-alpine
FROM ruby:3-alpine
LABEL "maintainer"="bpicode"

LABEL "com.github.actions.name"="github-action-fpm"
Expand All @@ -10,7 +10,7 @@ RUN apk --no-cache add build-base
RUN apk --no-cache add rpm
RUN apk --no-cache add tar
RUN apk --no-cache add zip
RUN gem install --no-document fpm -v 1.11.0
RUN gem install --no-document fpm -v 1.15.1

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 7502b06

Please sign in to comment.