From f6426fb3a96c848556b0c96db8d66441ec4aad90 Mon Sep 17 00:00:00 2001 From: Krishanx92 Date: Wed, 3 Apr 2024 21:05:44 +0530 Subject: [PATCH] Update docker alpine to latest --- adapter/Dockerfile | 2 +- common-controller/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \