We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb7878 commit afe31faCopy full SHA for afe31fa
Dockerfile
@@ -1,6 +1,6 @@
1
# Basic Dockerfile to run cookstyle linting
2
# run: docker build -t chef-test .
3
-FROM ruby:2.7-alpine as build
+FROM ruby:3.1-alpine as build
4
5
# Add Gem build requirements
6
RUN apk add --no-cache build-base
0 commit comments