From 175604995d6f1dc266985a740f32867199069cdc Mon Sep 17 00:00:00 2001 From: Alejandro Murcia Date: Mon, 20 May 2024 16:12:48 +0200 Subject: [PATCH] update ruby to 3.3.1 --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7ba9492..56d8681 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM ruby:3.3.0 +FROM ruby:3.3.1 -LABEL version="3.3.0" +LABEL version="3.3.1" LABEL maintainer="Ain Tohvri " RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && \ diff --git a/README.md b/README.md index 89b1eef..4f73725 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Google Cloud capable Docker image for Ruby. ## Features -- Ruby 3.3.0 +- Ruby 3.3.1 - Node.js v18 - gcloud - Bundler