From 075734fb2d758f462169ef8d221941b3c3c2fee5 Mon Sep 17 00:00:00 2001 From: becitsthere Date: Thu, 23 May 2024 06:08:21 -0700 Subject: [PATCH] Update base image to alpine 3.20.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3bbfb02..c2bf0d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.1 +FROM alpine:3.20.0 MAINTAINER support@neuvector.com RUN apk add --no-cache python3 && \