Skip to content

Commit

Permalink
Merge pull request #3 from rhannequin/dockerfile-image-ruby-2.2
Browse files Browse the repository at this point in the history
Change Docker image to support Ruby 3.2.2
  • Loading branch information
searls committed Sep 13, 2023
2 parents 4a050a0 + 29ba405 commit cd7e993
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:3.1.2-alpine
FROM ruby:3.2.2-alpine

RUN apk add --update build-base git

Expand Down

0 comments on commit cd7e993

Please sign in to comment.