mirror of
https://github.com/we-promise/sure
synced 2026-04-25 17:15:07 +02: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
|
FROM ruby:${RUBY_VERSION}-slim-bullseye
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
3.4.4
|
3.4.7
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# syntax = docker/dockerfile:1
|
# syntax = docker/dockerfile:1
|
||||||
|
|
||||||
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
|
# 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
|
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
|
||||||
|
|
||||||
# Rails app lives here
|
# Rails app lives here
|
||||||
|
|||||||
@@ -771,7 +771,7 @@ DEPENDENCIES
|
|||||||
webmock
|
webmock
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.4.4p34
|
ruby 3.4.7p58
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.6.7
|
2.6.7
|
||||||
|
|||||||
Reference in New Issue
Block a user