From 8d873f435bdd8595cc6d3c83d83c565b919e62d3 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Mon, 18 Dec 2023 11:14:47 -0500 Subject: [PATCH] Update alpine to 3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd38777ff..b5a1bb122 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 +FROM alpine:3.19 LABEL org.opencontainers.image.authors="FairwindsOps, Inc." \ org.opencontainers.image.vendor="FairwindsOps, Inc." \