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 a11ff36 commit 9675addCopy full SHA for 9675add
hosting/docker/webapp/docker-compose.yml
@@ -120,7 +120,7 @@ services:
120
start_period: 10s
121
122
electric:
123
- image: electricsql/electric:${ELECTRIC_IMAGE_TAG:-1.0.13}
+ image: electricsql/electric:${ELECTRIC_IMAGE_TAG:-1.0.24}
124
restart: ${RESTART_POLICY:-unless-stopped}
125
logging: *logging-config
126
depends_on:
hosting/k8s/helm/values.yaml
@@ -440,7 +440,7 @@ electric:
440
image:
441
registry: docker.io
442
repository: electricsql/electric
443
- tag: "1.0.13"
+ tag: "1.0.24"
444
pullPolicy: IfNotPresent
445
config:
446
insecure: true
0 commit comments