Skip to content

Commit 70b4aa1

Browse files
committed
chore: Refresh base images and update dependencies
Commit created with `make deps-update`
1 parent e779c9f commit 70b4aa1

3 files changed

Lines changed: 16 additions & 22 deletions

File tree

docker/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# See https://hub.docker.com/_/ruby
10-
FROM docker.io/library/ruby:3.4-slim@sha256:a112eb81766af3342f14f40bdddc01c2427cc4b067ada9581aeebb70d71f56e2
10+
FROM docker.io/library/ruby:3.4-slim@sha256:67062a3977faba85b87d747d285c81187ae0ba70ea977910ef62ec10376af221
1111

1212
# The values will be passed in with --build-arg
1313
ARG USER_ID

docker/Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# See also docker/Dockerfile.base
77
#
88
# https://hub.docker.com/r/sbaird/tiddlyhost-base
9-
FROM docker.io/sbaird/tiddlyhost-base:latest@sha256:2fe40fe7d6021501c59eae468e14d4a2af29f5e67b3c70459285449a04832bc9
9+
FROM docker.io/sbaird/tiddlyhost-base:latest@sha256:00c7de09f57fd5482c0dd30b875892e27923b920fa7fb7efeb122f3cac1a5439
1010

1111
ARG APP_USER=appuser
1212
ARG APP_PATH=/opt/app

rails/Gemfile.lock

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -81,26 +81,26 @@ GEM
8181
public_suffix (>= 2.0.2, < 8.0)
8282
ast (2.4.3)
8383
aws-eventstream (1.4.0)
84-
aws-partitions (1.1225.0)
85-
aws-sdk-core (3.243.0)
84+
aws-partitions (1.1229.0)
85+
aws-sdk-core (3.244.0)
8686
aws-eventstream (~> 1, >= 1.3.0)
8787
aws-partitions (~> 1, >= 1.992.0)
8888
aws-sigv4 (~> 1.9)
8989
base64
9090
bigdecimal
9191
jmespath (~> 1, >= 1.6.1)
9292
logger
93-
aws-sdk-kms (1.122.0)
94-
aws-sdk-core (~> 3, >= 3.241.4)
93+
aws-sdk-kms (1.123.0)
94+
aws-sdk-core (~> 3, >= 3.244.0)
9595
aws-sigv4 (~> 1.5)
96-
aws-sdk-s3 (1.216.0)
97-
aws-sdk-core (~> 3, >= 3.243.0)
96+
aws-sdk-s3 (1.217.0)
97+
aws-sdk-core (~> 3, >= 3.244.0)
9898
aws-sdk-kms (~> 1)
9999
aws-sigv4 (~> 1.5)
100100
aws-sigv4 (1.12.1)
101101
aws-eventstream (~> 1, >= 1.0.2)
102102
base64 (0.3.0)
103-
bcrypt (3.1.21)
103+
bcrypt (3.1.22)
104104
benchmark (0.5.0)
105105
bigdecimal (4.0.1)
106106
bindata (2.5.1)
@@ -146,7 +146,7 @@ GEM
146146
delayed_job_active_record (4.1.11)
147147
activerecord (>= 3.0, < 9.0)
148148
delayed_job (>= 3.0, < 5)
149-
devise (5.0.2)
149+
devise (5.0.3)
150150
bcrypt (~> 3.0)
151151
orm_adapter (~> 0.1)
152152
railties (>= 7.0)
@@ -164,7 +164,7 @@ GEM
164164
ffi (1.17.3-x86_64-linux-gnu)
165165
globalid (1.3.0)
166166
activesupport (>= 6.1)
167-
google-protobuf (4.34.0-x86_64-linux-gnu)
167+
google-protobuf (4.34.1-x86_64-linux-gnu)
168168
bigdecimal
169169
rake (~> 13.3)
170170
grover (1.2.9)
@@ -200,14 +200,11 @@ GEM
200200
jmespath (1.6.2)
201201
jsbundling-rails (1.3.1)
202202
railties (>= 6.0.0)
203-
json (2.19.1)
204-
json-schema (6.2.0)
205-
addressable (~> 2.8)
206-
bigdecimal (>= 3.1, < 5)
203+
json (2.19.2)
207204
language_server-protocol (3.17.0.5)
208205
lint_roller (1.1.0)
209206
logger (1.7.0)
210-
loofah (2.25.0)
207+
loofah (2.25.1)
211208
crass (~> 1.0.2)
212209
nokogiri (>= 1.12.0)
213210
mail (2.9.0)
@@ -218,11 +215,9 @@ GEM
218215
net-smtp
219216
marcel (1.1.0)
220217
matrix (0.4.3)
221-
mcp (0.8.0)
222-
json-schema (>= 4.1)
223218
mini_mime (1.1.5)
224219
minitest (5.27.0)
225-
mocha (3.0.2)
220+
mocha (3.1.0)
226221
ruby2_keywords (>= 0.0.5)
227222
msgpack (1.8.0)
228223
net-imap (0.6.3)
@@ -235,7 +230,7 @@ GEM
235230
net-smtp (0.5.1)
236231
net-protocol
237232
nio4r (2.7.5)
238-
nokogiri (1.19.1-x86_64-linux-gnu)
233+
nokogiri (1.19.2-x86_64-linux-gnu)
239234
racc (~> 1.4)
240235
orm_adapter (0.5.0)
241236
ostruct (0.6.3)
@@ -315,11 +310,10 @@ GEM
315310
actionpack (>= 7.0)
316311
railties (>= 7.0)
317312
rexml (3.4.4)
318-
rubocop (1.85.1)
313+
rubocop (1.86.0)
319314
json (~> 2.3)
320315
language_server-protocol (~> 3.17.0.2)
321316
lint_roller (~> 1.1.0)
322-
mcp (~> 0.6)
323317
parallel (~> 1.10)
324318
parser (>= 3.3.0.2)
325319
rainbow (>= 2.2.2, < 4.0)

0 commit comments

Comments
 (0)