Skip to content

Commit

Permalink
CBL-5616: Update SG version in docker-compose.yml (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
callumbirks committed Sep 17, 2024
1 parent 848e05f commit 57962fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Replicator/tests/data/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ services:
build:
context: ./sg
args:
- SG_DEB_ARM64=${SG_DEB_ARM64:-https://packages.couchbase.com/releases/couchbase-sync-gateway/3.1.5/couchbase-sync-gateway-enterprise_3.1.5_aarch64.deb}
- SG_DEB_AMD64=${SG_DEB_AMD64:-https://packages.couchbase.com/releases/couchbase-sync-gateway/3.1.5/couchbase-sync-gateway-enterprise_3.1.5_x86_64.deb}
- SG_DEB_ARM64=${SG_DEB_ARM64:-https://packages.couchbase.com/releases/couchbase-sync-gateway/3.1.10/couchbase-sync-gateway-enterprise_3.1.10_aarch64.deb}
- SG_DEB_AMD64=${SG_DEB_AMD64:-https://packages.couchbase.com/releases/couchbase-sync-gateway/3.1.10/couchbase-sync-gateway-enterprise_3.1.10_x86_64.deb}
- SSL=${SSL:-true}
ports:
- "4984:4984"
Expand Down

0 comments on commit 57962fe

Please sign in to comment.