Skip to content

Commit 578cb0f

Browse files
committed
chore: Refresh base images and update dependencies
Commit created with `make deps-update`
1 parent b725b37 commit 578cb0f

4 files changed

Lines changed: 172 additions & 172 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:4.0-slim@sha256:86a2ff44ce474c1c9bd11dfb2fd7fe5408a5bfe8236b9bc6013e2c6ef4c02d39
10+
FROM docker.io/library/ruby:4.0-slim@sha256:ee2fb808e234fda80cb44886f10896a9d44a87db6cbfdee58042ba48a9752e91
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:216e1008ef4db2889c1ae2ede87df7e4e9d505c465eff90d243435bfc92edd95
9+
FROM docker.io/sbaird/tiddlyhost-base:latest@sha256:4cef18c498870079f5c232941a4be0b2e0fefd6c8e605087a7951dca1af8668c
1010

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

rails/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ GEM
7979
public_suffix (>= 2.0.2, < 8.0)
8080
ast (2.4.3)
8181
aws-eventstream (1.4.0)
82-
aws-partitions (1.1257.0)
83-
aws-sdk-core (3.251.0)
82+
aws-partitions (1.1259.0)
83+
aws-sdk-core (3.252.0)
8484
aws-eventstream (~> 1, >= 1.3.0)
8585
aws-partitions (~> 1, >= 1.992.0)
8686
aws-sigv4 (~> 1.9)
@@ -91,7 +91,7 @@ GEM
9191
aws-sdk-kms (1.129.0)
9292
aws-sdk-core (~> 3, >= 3.248.0)
9393
aws-sigv4 (~> 1.5)
94-
aws-sdk-s3 (1.225.0)
94+
aws-sdk-s3 (1.225.1)
9595
aws-sdk-core (~> 3, >= 3.248.0)
9696
aws-sdk-kms (~> 1)
9797
aws-sigv4 (~> 1.5)
@@ -162,7 +162,7 @@ GEM
162162
ffi (1.17.4-x86_64-linux-gnu)
163163
globalid (1.3.0)
164164
activesupport (>= 6.1)
165-
google-protobuf (4.35.0-x86_64-linux-gnu)
165+
google-protobuf (4.35.1-x86_64-linux-gnu)
166166
bigdecimal
167167
rake (~> 13.3)
168168
grover (1.2.10)
@@ -198,7 +198,7 @@ GEM
198198
jmespath (1.6.2)
199199
jsbundling-rails (1.3.1)
200200
railties (>= 6.0.0)
201-
json (2.19.8)
201+
json (2.19.9)
202202
language_server-protocol (3.17.0.5)
203203
lint_roller (1.1.0)
204204
logger (1.7.0)
@@ -219,8 +219,8 @@ GEM
219219
prism (~> 1.5)
220220
mocha (3.1.0)
221221
ruby2_keywords (>= 0.0.5)
222-
msgpack (1.8.1)
223-
net-imap (0.6.4)
222+
msgpack (1.8.3)
223+
net-imap (0.6.4.1)
224224
date
225225
net-protocol
226226
net-pop (0.1.2)
@@ -326,7 +326,7 @@ GEM
326326
ruby-progressbar (1.13.0)
327327
ruby2_keywords (0.0.5)
328328
rubyzip (3.3.1)
329-
sass-embedded (1.100.0-x86_64-linux-gnu)
329+
sass-embedded (1.101.0-x86_64-linux-gnu)
330330
google-protobuf (~> 4.31)
331331
sass-rails (6.0.0)
332332
sassc-rails (~> 2.1, >= 2.1.1)
@@ -451,4 +451,4 @@ RUBY VERSION
451451
ruby 4.0.4
452452

453453
BUNDLED WITH
454-
4.0.13
454+
4.0.14

0 commit comments

Comments
 (0)