From 468597b4050a00cbc1e8776621087a215708bdf4 Mon Sep 17 00:00:00 2001 From: jdesouza Date: Wed, 19 Feb 2025 10:40:01 -0300 Subject: [PATCH] Bumped alpine to 3.21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9617ef4f..529640f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20 +FROM alpine:3.21 LABEL org.opencontainers.image.authors="FairwindsOps, Inc." \ org.opencontainers.image.vendor="FairwindsOps, Inc." \