Skip to content

Commit 6153f15

Browse files
committed
chore: Refresh base images and update dependencies
Commit created with `make deps-update`
1 parent 2e4ff1f commit 6153f15

4 files changed

Lines changed: 29 additions & 27 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:d77fc2809d1e9b461bdd305694b6d69f036b477b9ab6f69cd677d88aede2f1eb
10+
FROM docker.io/library/ruby:3.4-slim@sha256:3370b8734f2af794a636614925378ca475699da8459e0394d86c66ec715e4268
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:01a1092ac5de01a2f015ea97801253ab8cb7a76bed2b75a7d040a0b654867255
9+
FROM docker.io/sbaird/tiddlyhost-base:latest@sha256:00812ebab8ce7df6e0accfe1c0035d177b9b361ee4e2ec21e40e25b42cf26cbc
1010

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

rails/Gemfile.lock

Lines changed: 19 additions & 17 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.1202.0)
85-
aws-sdk-core (3.241.3)
84+
aws-partitions (1.1206.0)
85+
aws-sdk-core (3.241.4)
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.120.0)
94-
aws-sdk-core (~> 3, >= 3.241.3)
93+
aws-sdk-kms (1.121.0)
94+
aws-sdk-core (~> 3, >= 3.241.4)
9595
aws-sigv4 (~> 1.5)
96-
aws-sdk-s3 (1.211.0)
97-
aws-sdk-core (~> 3, >= 3.241.3)
96+
aws-sdk-s3 (1.212.0)
97+
aws-sdk-core (~> 3, >= 3.241.4)
9898
aws-sdk-kms (~> 1)
9999
aws-sigv4 (~> 1.5)
100100
aws-sigv4 (1.12.1)
@@ -105,7 +105,7 @@ GEM
105105
bigdecimal (4.0.1)
106106
bindata (2.5.1)
107107
bindex (0.8.1)
108-
bootsnap (1.20.1)
108+
bootsnap (1.21.1)
109109
msgpack (~> 1.2)
110110
bootstrap-email (1.8.1)
111111
htmlbeautifier (~> 1.3)
@@ -116,7 +116,8 @@ GEM
116116
brakeman (7.1.2)
117117
racc
118118
builder (3.3.0)
119-
byebug (12.0.0)
119+
byebug (13.0.0)
120+
reline (>= 0.6.0)
120121
capybara (3.40.0)
121122
addressable
122123
matrix
@@ -135,7 +136,8 @@ GEM
135136
addressable
136137
csv (3.3.5)
137138
daemons (1.4.1)
138-
dalli (3.2.8)
139+
dalli (4.0.0)
140+
logger
139141
date (3.5.1)
140142
delayed_job (4.2.0)
141143
activesupport (>= 3.0, < 9.0)
@@ -162,12 +164,12 @@ GEM
162164
ffi (1.17.3-x86_64-linux-gnu)
163165
globalid (1.3.0)
164166
activesupport (>= 6.1)
165-
google-protobuf (4.33.3-x86_64-linux-gnu)
167+
google-protobuf (4.33.4-x86_64-linux-gnu)
166168
bigdecimal
167169
rake (>= 13)
168-
grover (1.2.4)
170+
grover (1.2.6)
169171
nokogiri (~> 1)
170-
haml (7.1.0)
172+
haml (7.2.0)
171173
temple (>= 0.8.2)
172174
thor
173175
tilt
@@ -176,7 +178,7 @@ GEM
176178
activesupport (>= 5.1)
177179
haml (>= 4.0.6)
178180
railties (>= 5.1)
179-
haml_lint (0.68.0)
181+
haml_lint (0.69.0)
180182
haml (>= 5.0)
181183
parallel (~> 1.10)
182184
rainbow
@@ -232,7 +234,7 @@ GEM
232234
orm_adapter (0.5.0)
233235
ostruct (0.6.3)
234236
parallel (1.27.0)
235-
parser (3.3.10.0)
237+
parser (3.3.10.1)
236238
ast (~> 2.4.1)
237239
racc
238240
pay (11.4.3)
@@ -245,7 +247,7 @@ GEM
245247
css_parser (>= 1.19.0)
246248
htmlentities (>= 4.0.0)
247249
prettyprint (0.2.0)
248-
prism (1.7.0)
250+
prism (1.8.0)
249251
psych (5.3.1)
250252
date
251253
stringio
@@ -294,7 +296,7 @@ GEM
294296
zeitwerk (~> 2.6)
295297
rainbow (3.1.1)
296298
rake (13.3.1)
297-
rdoc (7.0.3)
299+
rdoc (7.1.0)
298300
erb
299301
psych (>= 4.0.0)
300302
tsort
@@ -447,4 +449,4 @@ RUBY VERSION
447449
ruby 3.4.8
448450

449451
BUNDLED WITH
450-
4.0.3
452+
4.0.4

rails/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44

55
"@babel/code-frame@^7.0.0":
6-
version "7.27.1"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
8-
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
6+
version "7.28.6"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.28.6.tgz#72499312ec58b1e2245ba4a4f550c132be4982f7"
8+
integrity sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==
99
dependencies:
10-
"@babel/helper-validator-identifier" "^7.27.1"
10+
"@babel/helper-validator-identifier" "^7.28.5"
1111
js-tokens "^4.0.0"
1212
picocolors "^1.1.1"
1313

14-
"@babel/helper-validator-identifier@^7.27.1":
14+
"@babel/helper-validator-identifier@^7.28.5":
1515
version "7.28.5"
1616
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
1717
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
@@ -178,9 +178,9 @@
178178
integrity sha512-ntMYJ8++n1zcIJ1g75or7Va9IU3ueCHgp9IJk7Ny7eFEbu0Kx40EHZ2FNhoxoUEjlF5NifCFCbvoK5rDK5HpIQ==
179179

180180
"@types/node@*":
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==
181+
version "25.0.9"
182+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.9.tgz#81ce3579ddf67cae812a9d49c8a0ab90c82e7782"
183+
integrity sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==
184184
dependencies:
185185
undici-types "~7.16.0"
186186

0 commit comments

Comments
 (0)