Skip to content

Commit e779c9f

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

4 files changed

Lines changed: 170 additions & 170 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:ff7780d9fc05a54690c722ee0621bae2aa818331be88ebbeb0f5e7bd7cdb7f37
10+
FROM docker.io/library/ruby:3.4-slim@sha256:a112eb81766af3342f14f40bdddc01c2427cc4b067ada9581aeebb70d71f56e2
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:ab9dbe3a97c359804f4cb6024ff145553cb325f033786129a4ca1e4e0bb2504e
9+
FROM docker.io/sbaird/tiddlyhost-base:latest@sha256:2fe40fe7d6021501c59eae468e14d4a2af29f5e67b3c70459285449a04832bc9
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
@@ -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.1223.0)
84+
aws-partitions (1.1225.0)
8585
aws-sdk-core (3.243.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.122.0)
9494
aws-sdk-core (~> 3, >= 3.241.4)
9595
aws-sigv4 (~> 1.5)
96-
aws-sdk-s3 (1.215.0)
96+
aws-sdk-s3 (1.216.0)
9797
aws-sdk-core (~> 3, >= 3.243.0)
9898
aws-sdk-kms (~> 1)
9999
aws-sigv4 (~> 1.5)
@@ -248,7 +248,7 @@ GEM
248248
pg (1.6.3-x86_64-linux)
249249
pp (0.6.3)
250250
prettyprint
251-
premailer (1.28.0)
251+
premailer (1.29.0)
252252
addressable
253253
css_parser (>= 1.19.0)
254254
htmlentities (>= 4.0.0)
@@ -327,13 +327,13 @@ GEM
327327
rubocop-ast (>= 1.49.0, < 2.0)
328328
ruby-progressbar (~> 1.7)
329329
unicode-display_width (>= 2.4.0, < 4.0)
330-
rubocop-ast (1.49.0)
330+
rubocop-ast (1.49.1)
331331
parser (>= 3.3.7.2)
332332
prism (~> 1.7)
333333
ruby-progressbar (1.13.0)
334334
ruby2_keywords (0.0.5)
335335
rubyzip (3.2.2)
336-
sass-embedded (1.97.3-x86_64-linux-gnu)
336+
sass-embedded (1.98.0-x86_64-linux-gnu)
337337
google-protobuf (~> 4.31)
338338
sass-rails (6.0.0)
339339
sassc-rails (~> 2.1, >= 2.1.1)
@@ -374,7 +374,7 @@ GEM
374374
temple (0.10.4)
375375
thor (1.5.0)
376376
tilt (2.7.0)
377-
timeout (0.6.0)
377+
timeout (0.6.1)
378378
tsort (0.2.0)
379379
tzinfo (2.0.6)
380380
concurrent-ruby (~> 1.0)
@@ -456,4 +456,4 @@ RUBY VERSION
456456
ruby 3.4.8
457457

458458
BUNDLED WITH
459-
4.0.7
459+
4.0.8

0 commit comments

Comments
 (0)