From 0b765df04db2960bb744ab3dcb23fdbe304cbcde Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Mon, 18 Dec 2023 11:16:47 -0500 Subject: [PATCH] Update alpine to 3.19 (#1022) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd38777f..b5a1bb12 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." \