mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 02:54:10 +00:00
Upgrade Ruby version to 3.4.7 (#305)
* Upgrade Ruby version to 3.4.7 * Update Dockerfile as well --------- Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ARG RUBY_VERSION=3.4.4
|
||||
ARG RUBY_VERSION=3.4.7
|
||||
FROM ruby:${RUBY_VERSION}-slim-bullseye
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
@@ -1 +1 @@
|
||||
3.4.4
|
||||
3.4.7
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# syntax = docker/dockerfile:1
|
||||
|
||||
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
|
||||
ARG RUBY_VERSION=3.4.4
|
||||
ARG RUBY_VERSION=3.4.7
|
||||
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
|
||||
|
||||
# Rails app lives here
|
||||
|
||||
@@ -771,7 +771,7 @@ DEPENDENCIES
|
||||
webmock
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.4.4p34
|
||||
ruby 3.4.7p58
|
||||
|
||||
BUNDLED WITH
|
||||
2.6.7
|
||||
|
||||
Reference in New Issue
Block a user