Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 2712ed7

Browse files
chore(deps): update couchdb docker tag to v3.3.3 (#2)
* ci: add echo print * ci: add PR trigger * chore(deps): update couchdb docker tag to v3.3.3 --------- Co-authored-by: Luca Tassinari <luca.tassinari.2000@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent add94fd commit 2712ed7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blockchain/docker-compose.yaml

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

236236
couchdb-peer1-org1:
237237
container_name: couchdb-peer1-org1
238-
image: couchdb:3.3.2
238+
image: couchdb:3.3.3
239239
labels:
240240
service: hyperledger-fabric
241241
environment:
@@ -290,7 +290,7 @@ services:
290290

291291
couchdb-peer1-org2:
292292
container_name: couchdb-peer1-org2
293-
image: couchdb:3.3.2
293+
image: couchdb:3.3.3
294294
labels:
295295
service: hyperledger-fabric
296296
environment:
@@ -345,7 +345,7 @@ services:
345345

346346
couchdb-peer2-org2:
347347
container_name: couchdb-peer2-org2
348-
image: couchdb:3.3.2
348+
image: couchdb:3.3.3
349349
labels:
350350
service: hyperledger-fabric
351351
environment:
@@ -400,7 +400,7 @@ services:
400400

401401
couchdb-peer1-org3:
402402
container_name: couchdb-peer1-org3
403-
image: couchdb:3.3.2
403+
image: couchdb:3.3.3
404404
labels:
405405
service: hyperledger-fabric
406406
environment:
@@ -455,7 +455,7 @@ services:
455455

456456
couchdb-peer2-org3:
457457
container_name: couchdb-peer2-org3
458-
image: couchdb:3.3.2
458+
image: couchdb:3.3.3
459459
labels:
460460
service: hyperledger-fabric
461461
environment:

0 commit comments

Comments
 (0)