Skip to content

Commit d8a7036

Browse files
chore(deps): update ruby docker tag to v3
| datasource | package | from | to | | ------------ | ------- | ----- | ----- | | docker | ruby | 2.7.2 | 3.4.7 | | ruby-version | ruby | 2.7.2 | 3.4.7 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent afa9f43 commit d8a7036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7.2-alpine
1+
FROM ruby:3.4.7-alpine@sha256:d279decff1a40535597120bf9546b6c01a5d00298b9a87628f28cf0efd07b02c
22

33
COPY Gemfile Gemfile.lock app.rb config.ru /srv/app/
44
WORKDIR /srv/app

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
ruby "2.7.2"
3+
ruby "3.4.7"
44

55
gem "sinatra"
66
gem "prometheus-client"

0 commit comments

Comments
 (0)