Skip to content

Commit 252b39c

Browse files
authored
Merge pull request #41 from pcvg/3.4.5
bump-ruby-to-3.4.5
2 parents 0741e88 + 162e68f commit 252b39c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM ruby:3.4.3
1+
FROM ruby:3.4.5
22

3-
LABEL version="3.4.3"
3+
LABEL version="3.4.5"
44
LABEL maintainer="Ain Tohvri <[email protected]>"
55

66
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 && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Google Cloud capable Docker image for Ruby.
33

44
## Features
55

6-
- Ruby 3.4.3
6+
- Ruby 3.4.5
77
- Node.js v22
88
- gcloud
99
- Bundler

0 commit comments

Comments
 (0)