From 51b70b48cb9c156a94b7fc150ba0f710b0e312b3 Mon Sep 17 00:00:00 2001 From: becitsthere Date: Fri, 6 Oct 2023 17:15:51 -0700 Subject: [PATCH] Change base image to alpine 3.18.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1bd1f2..fe08618 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.3 +FROM alpine:3.18.4 MAINTAINER support@neuvector.com RUN apk add --no-cache python3 && \