Skip to content

Commit

Permalink
Merge pull request #31 from pcvg/ruby-3_3_0_upgrade
Browse files Browse the repository at this point in the history
Upgrade ruby version to 3.3.0
  • Loading branch information
amurciasu authored Feb 15, 2024
2 parents 91f4024 + e0c502a commit f4a2abe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby:3.2.2
FROM ruby:3.3.0

LABEL version="3.2.2"
LABEL version="3.3.0"
LABEL maintainer="Ain Tohvri <ain.tohvri@savings-united.com>"

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 && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Google Cloud capable Docker image for Ruby.

## Features

- Ruby 3.2.2
- Ruby 3.3.0
- Node.js v18
- gcloud
- Bundler
Expand Down

0 comments on commit f4a2abe

Please sign in to comment.