Skip to content

Commit

Permalink
Use Ruby 2.7.1 in Dockerfile.alpine
Browse files Browse the repository at this point in the history
This matches the version used in the main Dockerfile
and specified in `.ruby-version`
  • Loading branch information
waldyrious authored Feb 9, 2021
1 parent bd3d215 commit 87e0a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:alpine
FROM ruby:2.7.1-alpine

RUN apk update && apk add --no-cache \
git
Expand Down

0 comments on commit 87e0a7e

Please sign in to comment.