vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 992172da6ccc45deb4e30b0f8f1345a90bfba513
parent a3f4adccfd97c3860d8c26b21d674362e2975833
Author: Christian Hesse <mail@eworm.de>
Date:   Fri,  8 Dec 2023 08:42:19 +0100

build: update alpine in docker build to version 3.19

Just a version bump, no changes required.

Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -1,5 +1,5 @@ # Run 'make docker' to build a statically linked vis executable! -FROM i386/alpine:3.18 +FROM i386/alpine:3.19 RUN apk update && apk add --upgrade --no-cache \ acl-dev \ acl-static \