diff --git a/router/src/main/resources/Dockerfile b/router/src/main/resources/Dockerfile index a5ffac3c83..d88afcd13c 100644 --- a/router/src/main/resources/Dockerfile +++ b/router/src/main/resources/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ----------------------------------------------------------------------- -FROM envoyproxy/envoy:v1.24.7 +FROM envoyproxy/envoy:v1.24.10 LABEL maintainer="WSO2 Docker Maintainers " RUN apt-get update && apt-get upgrade -y