From 1c99bf1406f95d5fbddb4c9f246e67ad07f79642 Mon Sep 17 00:00:00 2001
From: Jesper Noordsij <jesper@sslleiden.nl>
Date: Wed, 29 May 2024 17:09:10 +0200
Subject: [PATCH] Update stable to Alpine 3.20

---
 stable/alpine-slim/Dockerfile | 2 +-
 update.sh                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/stable/alpine-slim/Dockerfile b/stable/alpine-slim/Dockerfile
index 0350ad8..d1d3d8a 100644
--- a/stable/alpine-slim/Dockerfile
+++ b/stable/alpine-slim/Dockerfile
@@ -3,7 +3,7 @@
 #
 # PLEASE DO NOT EDIT IT DIRECTLY.
 #
-FROM alpine:3.19
+FROM alpine:3.20
 
 LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
 
diff --git a/update.sh b/update.sh
index d5ebc2c..9a7d6b9 100755
--- a/update.sh
+++ b/update.sh
@@ -56,7 +56,7 @@ declare -A debian=(
 
 declare -A alpine=(
     [mainline]='3.20'
-    [stable]='3.19'
+    [stable]='3.20'
 )
 
 # When we bump njs version in a stable release we don't move the tag in the
-- 
GitLab