From e352b6887849cb6c3c8ae1d98ed357f94273e90a Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 24 Apr 2024 18:20:02 +0900 Subject: Update Dockerfile to use Ubuntu 24.04 As we require Go 1.20 or above. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index aba5f22f..e31f804d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM --platform=linux/amd64 ubuntu:22.04 +FROM ubuntu:24.04 RUN apt-get update -y && apt install -y git make golang zsh fish ruby tmux -RUN gem install --no-document -v 5.14.2 minitest +RUN gem install --no-document -v 5.22.3 minitest RUN echo '. /usr/share/bash-completion/completions/git' >> ~/.bashrc RUN echo '. ~/.bashrc' >> ~/.bash_profile -- cgit v1.2.3