Skip to content

Commit 8cc5ff2

Browse files
committed
rev local docker and mark docs as non-packable
1 parent 9548d53 commit 8cc5ff2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/docs.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
<!-- this is actually here just to serve as a hub for docs, so we don't need to keep editing the sln-->
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<IsPackable>false</IsPackable>
56
</PropertyGroup>
67
</Project>

tests/dockers/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
services:
44

55
redis:
6-
image: ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-RC1-pre.2}
6+
image: ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-GA-pre}
77
container_name: redis-standalone
88
environment:
99
- TLS_ENABLED=yes
@@ -21,7 +21,7 @@ services:
2121
- all
2222

2323
cluster:
24-
image: ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-RC1-pre.2}
24+
image: ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-GA-pre}
2525
container_name: redis-cluster
2626
environment:
2727
- REDIS_CLUSTER=yes

0 commit comments

Comments
 (0)