Skip to content

Commit

Permalink
bump versions to latest 4.3.3 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarvey committed Feb 16, 2023
1 parent 9bd094a commit 0e32d21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployments/mdcb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- tyk-redis
- tyk-mongo
tyk-worker-gateway:
image: tykio/tyk-gateway:${GATEWAY_WORKER_VERSION:-v4.2.0}
image: tykio/tyk-gateway:${GATEWAY_WORKER_VERSION:-v4.3.3-rc2}
ports:
- 8084:8080
networks:
Expand Down
2 changes: 1 addition & 1 deletion deployments/sso/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.3'
services:
tyk-dashboard-sso:
image: tykio/tyk-dashboard:${DASHBOARD_SSO_VERSION:-v4.2.0}
image: tykio/tyk-dashboard:${DASHBOARD_SSO_VERSION:-v4.3.3-rc1}
ports:
- 3001:3000
networks:
Expand Down
4 changes: 2 additions & 2 deletions deployments/tyk2/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.3'
services:
tyk2-dashboard:
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v4.2.0}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v4.3.3-rc1}
ports:
- 3002:3000
networks:
Expand All @@ -20,7 +20,7 @@ services:
- tyk2-redis
- tyk2-mongo
tyk2-gateway:
image: tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v4.2.0}
image: tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v4.3.3-rc2}
ports:
- 8085:8080
networks:
Expand Down

0 comments on commit 0e32d21

Please sign in to comment.