Skip to content

Commit d8e91cd

Browse files
authored
Merge pull request #338 from sjrd/fix-docker
Bring the Ruby version in Dockerfile up to date with the GitHub workflow.
2 parents e521e04 + 006df13 commit d8e91cd

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:3.0.5
1+
FROM ruby:3.2.3
22

33
RUN apt-get install -y curl \
44
&& curl -sL https://deb.nodesource.com/setup_18.x | bash - \

0 commit comments

Comments
 (0)