From 08d2de680cff6df8eb8062e175844f17e15ea410 Mon Sep 17 00:00:00 2001 From: ahiru Date: Fri, 28 Oct 2022 00:29:32 +0000 Subject: [PATCH] bump ruby to 3.1.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7723fd1..74000b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.6.3-alpine +FROM ruby:3.1.2-alpine LABEL MAINTAINER="ahiru3net" ARG WORK_DIR="/home/mikutter"