We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e18bb commit 4fff953Copy full SHA for 4fff953
2 files changed
src/development/debezium/compose.yaml
@@ -30,7 +30,7 @@ services:
30
restart_policy:
31
condition: on-failure
32
entrypoint: sh
33
- image: curlimages/curl:8.18.0
+ image: curlimages/curl:8.19.0
34
secrets:
35
- postgres-db
36
- postgres-password
src/development/redpanda/compose.yaml
@@ -36,7 +36,7 @@ services:
- traefik.http.services.redpanda.loadbalancer.server.port=8080
37
environment:
38
CONFIG_FILEPATH: /srv/app/redpanda-config.yaml
39
- image: redpandadata/console:v3.7.0
+ image: redpandadata/console:v3.7.1
40
volumes:
41
- ./configurations/config.yaml:/srv/app/redpanda-config.yaml:ro
42
0 commit comments