Skip to content

Commit 9675add

Browse files
committed
bump electric version
1 parent a11ff36 commit 9675add

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hosting/docker/webapp/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ services:
120120
start_period: 10s
121121

122122
electric:
123-
image: electricsql/electric:${ELECTRIC_IMAGE_TAG:-1.0.13}
123+
image: electricsql/electric:${ELECTRIC_IMAGE_TAG:-1.0.24}
124124
restart: ${RESTART_POLICY:-unless-stopped}
125125
logging: *logging-config
126126
depends_on:

hosting/k8s/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ electric:
440440
image:
441441
registry: docker.io
442442
repository: electricsql/electric
443-
tag: "1.0.13"
443+
tag: "1.0.24"
444444
pullPolicy: IfNotPresent
445445
config:
446446
insecure: true

0 commit comments

Comments
 (0)