From 4036fe69bcab72a79876d3667f3b11a965a4f4dd Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Wed, 6 Nov 2024 11:59:23 +0800 Subject: [PATCH] Revert "chore: upgrade to base image alpine 3.20.2" --- pkg/azurediskplugin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/azurediskplugin/Dockerfile b/pkg/azurediskplugin/Dockerfile index 9cbd9dbbe6..9442dbebff 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.20.2 +FROM alpine:3.18.4 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