Upgrade to ruby 3.2 in build Docker image

Signed-off-by: Harry Chen <harry-chen@outlook.com>
This commit is contained in:
Harry Chen 2023-11-01 15:09:44 +08:00
parent 81410be533
commit 49e90b7533
No known key found for this signature in database
GPG Key ID: 6EE389C0F18AF774

View File

@ -1,4 +1,4 @@
FROM ruby:2.6
FROM ruby:3.2
RUN mkdir /data
WORKDIR /data