Skip to content

Commit e1b702e

Browse files
committed
chore: Refresh base images and update dependencies
Commit created with `make deps-update`
1 parent 416045a commit e1b702e

3 files changed

Lines changed: 14 additions & 14 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:a17a1ed2479f156dc229b98e00a93edcfab0927cbb562723a7f8cca668b3d63c
9+
FROM docker.io/sbaird/tiddlyhost-base:latest@sha256:01a1092ac5de01a2f015ea97801253ab8cb7a76bed2b75a7d040a0b654867255
1010

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

rails/Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,20 @@ GEM
8181
public_suffix (>= 2.0.2, < 8.0)
8282
ast (2.4.3)
8383
aws-eventstream (1.4.0)
84-
aws-partitions (1.1200.0)
85-
aws-sdk-core (3.240.0)
84+
aws-partitions (1.1202.0)
85+
aws-sdk-core (3.241.3)
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.118.0)
94-
aws-sdk-core (~> 3, >= 3.239.1)
93+
aws-sdk-kms (1.120.0)
94+
aws-sdk-core (~> 3, >= 3.241.3)
9595
aws-sigv4 (~> 1.5)
96-
aws-sdk-s3 (1.209.0)
97-
aws-sdk-core (~> 3, >= 3.234.0)
96+
aws-sdk-s3 (1.211.0)
97+
aws-sdk-core (~> 3, >= 3.241.3)
9898
aws-sdk-kms (~> 1)
9999
aws-sigv4 (~> 1.5)
100100
aws-sigv4 (1.12.1)
@@ -162,7 +162,7 @@ GEM
162162
ffi (1.17.3-x86_64-linux-gnu)
163163
globalid (1.3.0)
164164
activesupport (>= 6.1)
165-
google-protobuf (4.33.2-x86_64-linux-gnu)
165+
google-protobuf (4.33.3-x86_64-linux-gnu)
166166
bigdecimal
167167
rake (>= 13)
168168
grover (1.2.4)
@@ -324,7 +324,7 @@ GEM
324324
ruby-progressbar (1.13.0)
325325
ruby2_keywords (0.0.5)
326326
rubyzip (3.2.2)
327-
sass-embedded (1.97.1-x86_64-linux-gnu)
327+
sass-embedded (1.97.2-x86_64-linux-gnu)
328328
google-protobuf (~> 4.31)
329329
sass-rails (6.0.0)
330330
sassc-rails (~> 2.1, >= 2.1.1)
@@ -363,8 +363,8 @@ GEM
363363
stripe (18.0.1)
364364
sysexits (1.2.0)
365365
temple (0.10.4)
366-
thor (1.4.0)
367-
tilt (2.6.1)
366+
thor (1.5.0)
367+
tilt (2.7.0)
368368
timeout (0.6.0)
369369
tsort (0.2.0)
370370
tzinfo (2.0.6)

rails/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@
178178
integrity sha512-ntMYJ8++n1zcIJ1g75or7Va9IU3ueCHgp9IJk7Ny7eFEbu0Kx40EHZ2FNhoxoUEjlF5NifCFCbvoK5rDK5HpIQ==
179179

180180
"@types/node@*":
181-
version "25.0.3"
182-
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.3.tgz#79b9ac8318f373fbfaaf6e2784893efa9701f269"
183-
integrity sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==
181+
version "25.0.6"
182+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.6.tgz#5ca3c46f2b256b59128f433426e42d464765dab1"
183+
integrity sha512-NNu0sjyNxpoiW3YuVFfNz7mxSQ+S4X2G28uqg2s+CzoqoQjLPsWSbsFFyztIAqt2vb8kfEAsJNepMGPTxFDx3Q==
184184
dependencies:
185185
undici-types "~7.16.0"
186186

0 commit comments

Comments
 (0)