Skip to content

Commit

Permalink
fix docker and gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoAnunciacao committed Oct 23, 2023
1 parent 1df7b94 commit 1bc9278
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1
2.6.9
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.6-alpine
FROM --platform=linux/x86_64 ruby:2.6-alpine

LABEL Name=achievemore-ruby Version=2.6

Expand All @@ -9,7 +9,8 @@ RUN gem update bundler
RUN apk --update --upgrade --no-cache add \
build-base \
sqlite-dev \
tzdata
tzdata \
shared-mime-info

RUN apk --update add less

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (9.0.0)
bootsnap (1.4.5)
msgpack (~> 1.0)
bootsnap (1.16.0)
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.0.1)
case_transform (0.2)
Expand All @@ -61,7 +61,7 @@ GEM
erubi (1.10.0)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
ffi (1.11.1)
ffi (1.16.3)
globalid (1.0.0)
activesupport (>= 5.0)
i18n (1.8.11)
Expand All @@ -83,16 +83,16 @@ GEM
nokogiri (~> 1)
rake
mini_mime (1.1.2)
mini_portile2 (2.8.1)
mini_portile2 (2.8.5)
minitest (5.15.0)
msgpack (1.3.1)
msgpack (1.7.2)
nio4r (2.5.8)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
puma (4.3.10)
nio4r (~> 2.0)
racc (1.6.2)
racc (1.7.1)
rack (2.2.6.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -184,4 +184,4 @@ RUBY VERSION
ruby 2.6.9p207

BUNDLED WITH
2.3.5
2.4.21

0 comments on commit 1bc9278

Please sign in to comment.