Skip to content

Commit f76c351

Browse files
committed
fix: openssl tweaks
1 parent 62f824d commit f76c351

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.0.6-slim as builder
1+
FROM ruby:3.0.2-slim as builder
22

33
ENV RAILS_ENV=production \
44
SECRET_KEY_BASE=dummy
@@ -33,7 +33,7 @@ RUN rm -rf node_modules tmp/cache vendor/bundle spec \
3333
&& find /usr/local/bundle/gems/ -type d -name "spec" -prune -exec rm -rf {} \; \
3434
&& rm -rf log/*.log
3535

36-
FROM ruby:3.0.6-slim as runner
36+
FROM ruby:3.0.2-slim as runner
3737

3838
ENV RAILS_ENV=production \
3939
SECRET_KEY_BASE=dummy \

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ gem "foundation_rails_helper", git: "https://github.com/sgruhier/foundation_rail
3737
gem "html_tokenizer", "~> 0.0.8"
3838
gem "letter_opener_web", "~> 2.0"
3939
gem "omniauth-rails_csrf_protection", "~> 1.0"
40+
gem "openssl", "2.2.0"
4041
gem "puma", ">= 5.6.2"
4142
gem "rack-attack"
4243
gem "sys-filesystem"

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ GEM
699699
tzinfo
700700
validate_url
701701
webfinger (~> 2.0)
702+
openssl (2.2.0)
702703
origami (2.1.0)
703704
colorize (~> 0.7)
704705
orm_adapter (0.5.0)
@@ -1038,6 +1039,7 @@ DEPENDENCIES
10381039
lograge
10391040
omniauth-rails_csrf_protection (~> 1.0)
10401041
omniauth_openid_connect
1042+
openssl (= 2.2.0)
10411043
parallel_tests (~> 3.7)
10421044
puma (>= 5.6.2)
10431045
rack-attack

0 commit comments

Comments
 (0)