Skip to content

Commit 87e0a7e

Browse files
authored
Use Ruby 2.7.1 in Dockerfile.alpine
This matches the version used in the main Dockerfile and specified in `.ruby-version`
1 parent bd3d215 commit 87e0a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:alpine
1+
FROM ruby:2.7.1-alpine
22

33
RUN apk update && apk add --no-cache \
44
git

0 commit comments

Comments
 (0)