diff --git a/adapter/Dockerfile b/adapter/Dockerfile index 15b74bdd8..e0e8a21ab 100644 --- a/adapter/Dockerfile +++ b/adapter/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # ----------------------------------------------------------------------- -FROM alpine:3.18.3 +FROM alpine:3.19.1 LABEL maintainer="WSO2 Docker Maintainers " RUN apk update && apk upgrade --no-cache \ diff --git a/common-controller/Dockerfile b/common-controller/Dockerfile index 4a0f5c6ba..b4431cb05 100644 --- a/common-controller/Dockerfile +++ b/common-controller/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # ----------------------------------------------------------------------- -FROM alpine:3.18.3 +FROM alpine:3.19.1 LABEL maintainer="WSO2 Docker Maintainers " RUN apk update && apk upgrade --no-cache \