Skip to content

Commit 463de25

Browse files
committed
Bump blah2 to v0.3.10, config-merger to v0.3.15
1 parent dcca69f commit 463de25

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717

1818
config-merger:
1919
restart: "no" # Run once and exit
20-
image: ghcr.io/offworldlabs/retina-config-merger:${CONFIG_MERGER_V:-v0.3.3}
20+
image: ghcr.io/offworldlabs/retina-config-merger:${CONFIG_MERGER_V:-v0.3.15}
2121
volumes:
2222
- ${CONFIG_DIR:-/data/retina-node/config}:/data/retina-node/config
2323
- ${MENDER_APP_DIR:-/data/mender-app}:/data/mender-app
@@ -35,7 +35,7 @@ services:
3535
3636
blah2:
3737
restart: always
38-
image: ghcr.io/offworldlabs/blah2:${BLAH2_V:-v0.3.8}
38+
image: ghcr.io/offworldlabs/blah2:${BLAH2_V:-v0.3.10}
3939
tty: true
4040
depends_on:
4141
config-merger:
@@ -59,7 +59,7 @@ services:
5959

6060
blah2_web:
6161
restart: always
62-
image: ghcr.io/offworldlabs/blah2-web:${BLAH2_V:-v0.3.8}
62+
image: ghcr.io/offworldlabs/blah2-web:${BLAH2_V:-v0.3.10}
6363
ports:
6464
- "${BLAH2_WEB_PORT:-49152}:80"
6565
networks:
@@ -68,7 +68,7 @@ services:
6868

6969
blah2_api:
7070
restart: always
71-
image: ghcr.io/offworldlabs/blah2-api:${BLAH2_V:-v0.3.8}
71+
image: ghcr.io/offworldlabs/blah2-api:${BLAH2_V:-v0.3.10}
7272
depends_on:
7373
config-merger:
7474
condition: service_completed_successfully
@@ -80,7 +80,7 @@ services:
8080

8181
blah2_host:
8282
restart: always
83-
image: ghcr.io/offworldlabs/blah2-host:${BLAH2_V:-v0.3.8}
83+
image: ghcr.io/offworldlabs/blah2-host:${BLAH2_V:-v0.3.10}
8484
ports:
8585
- "${BLAH2_HOST_PORT:-8080}:80"
8686
networks:

0 commit comments

Comments
 (0)