Skip to content

Commit 2a363f9

Browse files
Robert Clarkrbclark
authored andcommitted
Lock Dockerfile to Ruby 2
Inspec tools is not yet working on Ruby 3. Signed-off-by: Robert Clark <[email protected]>
1 parent 8b115bb commit 2a363f9

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 ruby:alpine
1+
FROM ruby:2-alpine
22
COPY *.gem /tmp
33
ENV CHEF_LICENSE=accept-silent
44
RUN apk add --no-cache build-base

0 commit comments

Comments
 (0)