Skip to content

Commit

Permalink
Lock Dockerfile to Ruby 2
Browse files Browse the repository at this point in the history
Inspec tools is not yet working on Ruby 3.

Signed-off-by: Robert Clark <[email protected]>
  • Loading branch information
Robert Clark authored and rbclark committed Mar 5, 2021
1 parent 8b115bb commit 2a363f9
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:alpine
FROM ruby:2-alpine
COPY *.gem /tmp
ENV CHEF_LICENSE=accept-silent
RUN apk add --no-cache build-base
Expand Down

0 comments on commit 2a363f9

Please sign in to comment.