Skip to content

Commit

Permalink
Update Dockerfile to use 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsorokoletov authored Jan 9, 2024
1 parent 11a4ecc commit 263c136
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:3.0-alpine
FROM ruby:2.7.5-alpine
RUN apk --no-cache add git curl
RUN gem install dpl --pre

0 comments on commit 263c136

Please sign in to comment.