mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Upgrade to ruby 3.2 in build Docker image
Signed-off-by: Harry Chen <harry-chen@outlook.com>
This commit is contained in:
parent
81410be533
commit
49e90b7533
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.6
|
||||
FROM ruby:3.2
|
||||
|
||||
RUN mkdir /data
|
||||
WORKDIR /data
|
||||
|
|
|
|||
Loading…
Reference in New Issue