diff --git a/gateway/router/Dockerfile b/gateway/router/Dockerfile index 8474379e2a..325a988056 100644 --- a/gateway/router/Dockerfile +++ b/gateway/router/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ----------------------------------------------------------------------- -FROM envoyproxy/envoy:v1.27.1 +FROM envoyproxy/envoy:v1.29.1 LABEL maintainer="WSO2 Docker Maintainers " RUN apt-get update && apt-get upgrade -y && apt-get install -y curl diff --git a/libs.versions.toml b/libs.versions.toml index 7c69c6f928..5adc58c3e4 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -133,7 +133,7 @@ commons-logging = "1.1.1" commons-pool = "1.5.6.wso2v1" commons-validator = "1.7" cxf = "3.5.4" -envoyproxy = "1.0.39" +envoyproxy = "1.0.42" fasterxml-woodstox="6.4.0" everit = "1.5.0.wso2.v2" geronimo = "1.1.1.wso2v1"