Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ruby:3.4.6
FROM ruby:3.4.7

LABEL version="3.4.6"
LABEL maintainer="Ain Tohvri <ain.tohvri@savings-united.com>"
LABEL version="3.4.7"
LABEL maintainer="Ain Tohvri <ain.tohvri@samwise-media.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 && \
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg --dearmor -o /usr/share/keyrings/cloud.google.gpg && \
Expand Down
4 changes: 2 additions & 2 deletions 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.4.6
- Ruby 3.4.7
- Node.js v22
- gcloud
- Bundler
Expand All @@ -12,4 +12,4 @@ Google Cloud capable Docker image for Ruby.

## Licence

Copyright © 2017-2025 Savings United GmbH, contributors. Licenced under [GPL-3](https://github.com/pcvg/gcp-ruby/blob/master/LICENSE)
Copyright © 2017-2025 Samwise GmbH, contributors. Licenced under [GPL-3](https://github.com/pcvg/gcp-ruby/blob/master/LICENSE)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch 👍