Skip to content

Commit

Permalink
⬆️ Ruby 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Dec 28, 2024
1 parent 0c623c6 commit fb00181
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require:
- rubocop-rake

AllCops:
TargetRubyVersion: 3.3
TargetRubyVersion: 3.4
Exclude:
- Gemfile
- spec/spec_helper.rb
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.6
3.4.1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.6-alpine AS builder
FROM ruby:3.4.1-alpine AS builder
RUN apk add --no-cache build-base

WORKDIR /csv-importer
Expand All @@ -8,7 +8,7 @@ RUN bundle config --local frozen 1 && \
bundle install -j4 --retry 3 && \
bundle clean --force

FROM ruby:3.3.6-alpine
FROM ruby:3.4.1-alpine
LABEL maintainer="[email protected]"

# Decrease memory usage
Expand Down

0 comments on commit fb00181

Please sign in to comment.