We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca0015 commit f77d10bCopy full SHA for f77d10b
Gemfile.lock
@@ -471,7 +471,7 @@ GEM
471
activejob (>= 7.2)
472
activerecord (>= 7.2)
473
railties (>= 7.2)
474
- solid_queue (1.1.3)
+ solid_queue (1.1.4)
475
activejob (>= 7.1)
476
activerecord (>= 7.1)
477
concurrent-ruby (>= 1.3.1)
config/deploy.yml
@@ -46,7 +46,7 @@ asset_path: /rails/public/assets
46
47
accessories:
48
postgres:
49
- image: postgres:17.3
+ image: postgres:17.4
50
host: hvdb
51
port: 5432
52
env:
@@ -64,7 +64,7 @@ accessories:
64
shm-size: 3g
65
66
pg_backup:
67
- image: mrfoto/postgres-backup-s3:17.3
+ image: mrfoto/postgres-backup-s3:17.4
68
69
70
clear:
0 commit comments