Skip to content

Commit

Permalink
Update Dockerfile to use ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsorokoletov authored Jan 9, 2024
1 parent 7c5718e commit c3921a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM ruby:2.7.5-alpine
FROM ruby:3-alpine
RUN apk --no-cache add git curl
RUN gem install dpl --pre
RUN gem install dpl-heroku

0 comments on commit c3921a3

Please sign in to comment.