Skip to content

Commit

Permalink
Dockerfile bump ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Oct 12, 2022
1 parent 9bb7878 commit afe31fa
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,6 +1,6 @@
# Basic Dockerfile to run cookstyle linting
# run: docker build -t chef-test .
FROM ruby:2.7-alpine as build
FROM ruby:3.1-alpine as build

# Add Gem build requirements
RUN apk add --no-cache build-base
Expand Down

0 comments on commit afe31fa

Please sign in to comment.