From c7d3cb4a5cf4a843d24c7ec125b469b97c45a8be Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Thu, 7 Nov 2024 11:47:34 +0000 Subject: [PATCH] chore: upgrade alpine base image to 3.18.9 --- pkg/azurediskplugin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/azurediskplugin/Dockerfile b/pkg/azurediskplugin/Dockerfile index 9442dbebff..15f8cc6ecd 100644 --- a/pkg/azurediskplugin/Dockerfile +++ b/pkg/azurediskplugin/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.18.4 +FROM alpine:3.18.9 RUN apk upgrade --available --no-cache && \ apk add --no-cache util-linux e2fsprogs e2fsprogs-extra ca-certificates udev xfsprogs xfsprogs-extra btrfs-progs btrfs-progs-extra