Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c74d303

Browse files
committed
Fix docker build failing due to missing io-console
There's been a change in alpine-ruby somewhere along the line that's causing this problem. For now, we're going to lock to a known tag of our own for the base image.
1 parent 8999777 commit c74d303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:edge
1+
FROM codeclimate/alpine-ruby:b38
22

33
WORKDIR /usr/src/app
44
COPY Gemfile /usr/src/app/

0 commit comments

Comments
 (0)