From e629d491243a7660ad436751ecce1051163f9c78 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 22 May 2024 15:28:34 +0200 Subject: [PATCH] build: update alpine in docker build to version 3.20 Just a version bump, no changes required. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5482b5a70..4bbc25f5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Run 'make docker' to build a statically linked vis executable! -FROM i386/alpine:3.19 +FROM i386/alpine:3.20 RUN apk update && apk add --upgrade --no-cache \ acl-dev \ acl-static \