Skip to content

Commit

Permalink
Update Rate Limiter docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
pubudu538 committed Feb 29, 2024
1 parent eb33df0 commit 24c209a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ratelimiter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
# -----------------------------------------------------------------------

FROM envoyproxy/ratelimit:624a5893
FROM envoyproxy/ratelimit:1a686864
LABEL maintainer="WSO2 Docker Maintainers <wso2.com>"

RUN apk update && apk upgrade --no-cache
Expand Down
2 changes: 1 addition & 1 deletion test/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you have setup `Kind` and wish to run the integration tests using Gradle, the
3. Port forward router-service to use localhost.

```bash
kubectl port-forward svc/apk-test-setup-wso2-apk-router-service -n apk-integration-test 9095:9095
kubectl port-forward svc/apk-test-setup-wso2-apk-gateway-service -n apk-integration-test 9095:9095
```

4. Add all DNS mappings to `/etc/hosts` file. Refer to `scripts/run-tests.sh` file for the domain names.
Expand Down

0 comments on commit 24c209a

Please sign in to comment.