Skip to content

Commit 599cf10

Browse files
committed
chore: Refresh base images and update dependencies
Commit created with `make deps-update`
1 parent 5226f61 commit 599cf10

3 files changed

Lines changed: 170 additions & 170 deletions

File tree

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:78783a1f717bc9a3a6536275216f599687d49625ee2c3362e1e22cf60ed8de63
9+
FROM docker.io/sbaird/tiddlyhost-base:latest@sha256:c2873bb2063e713777ded454e205b060a292cb98b02bc667bad7d871656a7aa8
1010

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

rails/Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GEM
8181
public_suffix (>= 2.0.2, < 8.0)
8282
ast (2.4.3)
8383
aws-eventstream (1.4.0)
84-
aws-partitions (1.1230.0)
84+
aws-partitions (1.1234.0)
8585
aws-sdk-core (3.244.0)
8686
aws-eventstream (~> 1, >= 1.3.0)
8787
aws-partitions (~> 1, >= 1.992.0)
@@ -93,7 +93,7 @@ GEM
9393
aws-sdk-kms (1.123.0)
9494
aws-sdk-core (~> 3, >= 3.244.0)
9595
aws-sigv4 (~> 1.5)
96-
aws-sdk-s3 (1.217.0)
96+
aws-sdk-s3 (1.218.0)
9797
aws-sdk-core (~> 3, >= 3.244.0)
9898
aws-sdk-kms (~> 1)
9999
aws-sigv4 (~> 1.5)
@@ -102,7 +102,7 @@ GEM
102102
base64 (0.3.0)
103103
bcrypt (3.1.22)
104104
benchmark (0.5.0)
105-
bigdecimal (4.0.1)
105+
bigdecimal (4.1.0)
106106
bindata (2.5.1)
107107
bindex (0.8.1)
108108
bootsnap (1.23.0)
@@ -167,7 +167,7 @@ GEM
167167
google-protobuf (4.34.1-x86_64-linux-gnu)
168168
bigdecimal
169169
rake (~> 13.3)
170-
grover (1.2.9)
170+
grover (1.2.10)
171171
nokogiri (~> 1)
172172
haml (7.2.0)
173173
temple (>= 0.8.2)
@@ -234,8 +234,8 @@ GEM
234234
racc (~> 1.4)
235235
orm_adapter (0.5.0)
236236
ostruct (0.6.3)
237-
parallel (1.27.0)
238-
parser (3.3.11.0)
237+
parallel (1.28.0)
238+
parser (3.3.11.1)
239239
ast (~> 2.4.1)
240240
racc
241241
pay (11.4.3)
@@ -256,7 +256,7 @@ GEM
256256
puma (7.2.0)
257257
nio4r (~> 2.0)
258258
racc (1.8.1)
259-
rack (3.2.5)
259+
rack (3.2.6)
260260
rack-session (2.1.1)
261261
base64 (>= 0.1.0)
262262
rack (>= 3.0.0)
@@ -327,7 +327,7 @@ GEM
327327
ruby-progressbar (1.13.0)
328328
ruby2_keywords (0.0.5)
329329
rubyzip (3.2.2)
330-
sass-embedded (1.98.0-x86_64-linux-gnu)
330+
sass-embedded (1.99.0-x86_64-linux-gnu)
331331
google-protobuf (~> 4.31)
332332
sass-rails (6.0.0)
333333
sassc-rails (~> 2.1, >= 2.1.1)

0 commit comments

Comments
 (0)