Skip to content

Commit

Permalink
Update Dockerfile to the latest Ruby version
Browse files Browse the repository at this point in the history
I noticed while investigating #9 that the Ruby version is hardcoded.

In lieu of fixing that just yet I thought I could at least bring it up to date.
  • Loading branch information
parndt authored May 30, 2024
1 parent 1cb8ade commit 19c7b06
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.2.2-alpine
FROM ruby:3.3.1-alpine

RUN apk add --update build-base git

Expand Down

0 comments on commit 19c7b06

Please sign in to comment.