Skip to content

Commit 5dfd724

Browse files
committed
chore: Refresh base images and update dependencies
Commit created with `make deps-update`
1 parent 186a275 commit 5dfd724

3 files changed

Lines changed: 11 additions & 11 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:360d9449ab8f4dce582437413847a427d009cf6d56c187d43827bc068eb76516
9+
FROM docker.io/sbaird/tiddlyhost-base:latest@sha256:a6f1e5bcf4b82afd53d6d64e5100380b9039b968b3507abb87a917437bde7b95
1010

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

rails/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GEM
7979
public_suffix (>= 2.0.2, < 8.0)
8080
ast (2.4.3)
8181
aws-eventstream (1.4.0)
82-
aws-partitions (1.1247.0)
82+
aws-partitions (1.1251.0)
8383
aws-sdk-core (3.247.0)
8484
aws-eventstream (~> 1, >= 1.3.0)
8585
aws-partitions (~> 1, >= 1.992.0)
@@ -88,10 +88,10 @@ GEM
8888
bigdecimal
8989
jmespath (~> 1, >= 1.6.1)
9090
logger
91-
aws-sdk-kms (1.125.0)
91+
aws-sdk-kms (1.126.0)
9292
aws-sdk-core (~> 3, >= 3.247.0)
9393
aws-sigv4 (~> 1.5)
94-
aws-sdk-s3 (1.222.0)
94+
aws-sdk-s3 (1.223.0)
9595
aws-sdk-core (~> 3, >= 3.247.0)
9696
aws-sdk-kms (~> 1)
9797
aws-sigv4 (~> 1.5)
@@ -133,7 +133,7 @@ GEM
133133
addressable
134134
csv (3.3.5)
135135
daemons (1.4.1)
136-
dalli (5.0.2)
136+
dalli (5.0.4)
137137
logger
138138
date (3.5.1)
139139
delayed_job (4.2.0)
@@ -191,7 +191,7 @@ GEM
191191
prism (>= 1.3.0)
192192
rdoc (>= 4.0.0)
193193
reline (>= 0.4.2)
194-
jbuilder (2.14.1)
194+
jbuilder (2.15.0)
195195
actionview (>= 7.0.0)
196196
activesupport (>= 7.0.0)
197197
jmespath (1.6.2)
@@ -210,7 +210,7 @@ GEM
210210
net-imap
211211
net-pop
212212
net-smtp
213-
marcel (1.1.0)
213+
marcel (1.1.1)
214214
matrix (0.4.3)
215215
mini_mime (1.1.5)
216216
minitest (6.0.6)
@@ -394,7 +394,7 @@ GEM
394394
will_paginate (4.0.1)
395395
xpath (3.2.0)
396396
nokogiri (~> 1.8)
397-
zeitwerk (2.7.5)
397+
zeitwerk (2.8.1)
398398

399399
PLATFORMS
400400
x86_64-linux

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.8.0"
182-
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.8.0.tgz#d13033397d1c186876bed4c9b9d7f3f962097eb3"
183-
integrity sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==
181+
version "25.9.1"
182+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.9.1.tgz#3bda556db500ae4319c08e7fc9ab94f19013ba0b"
183+
integrity sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==
184184
dependencies:
185185
undici-types ">=7.24.0 <7.24.7"
186186

0 commit comments

Comments
 (0)