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
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.7
3.4.9
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.4.7-alpine3.22 AS base
FROM ruby:3.4.9-alpine3.22 AS base

ENV APP_HOME=/app
ENV LANG=C.UTF-8
Expand All @@ -10,7 +10,7 @@ FROM base AS builder
RUN apk add --update --no-cache build-base git yaml-dev

WORKDIR $APP_HOME
COPY Gemfile* /app/
COPY .ruby-version Gemfile* /app/

RUN bundle install && \
rm -rf /usr/local/bundle/*/*/cache && \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

ruby "3.4.7"
ruby file: ".ruby-version"
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.4.7p58
ruby 3.4.9p82

BUNDLED WITH
2.7.2