Skip to content

Commit c57a675

Browse files
chore(deps): update all non-major dependencies
1 parent b3b203e commit c57a675

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"license": "GPL-3.0-only",
1616
"name": "@maevsi/stack",
17-
"packageManager": "pnpm@10.15.1",
17+
"packageManager": "pnpm@10.16.1",
1818
"private": true,
1919
"repository": "https://github.com/maevsi/stack.git",
2020
"scripts": {

src/development/stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ services:
156156
restart_policy:
157157
condition: on-failure
158158
entrypoint: sh
159-
image: curlimages/curl:8.15.0
159+
image: curlimages/curl:8.16.0
160160
secrets:
161161
- postgres_db
162162
- postgres_password
@@ -414,7 +414,7 @@ services:
414414
# timeout: 10s
415415
# retries: 3
416416
# start_period: 10s
417-
image: redpandadata/redpanda:v25.2.3
417+
image: redpandadata/redpanda:v25.2.4
418418
volumes:
419419
- redpanda_data:/var/lib/redpanda/data
420420
redpanda-console:

src/production/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ services:
7272
- (( append ))
7373
- traefik.http.routers.redpanda_secure.tls.certresolver=default
7474
sqitch:
75-
image: ghcr.io/maevsi/sqitch:9.7.3
75+
image: ghcr.io/maevsi/sqitch:9.7.4
7676
volumes: (( prune ))
7777
traefik:
7878
command:

0 commit comments

Comments
 (0)