vis

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

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

commit 0609620db9d97daeef5548f51a661fff85b5bc02
parent 7895ec3c848759899a55429308b54539145cf61f
Author: Christian Hesse <mail@eworm.de>
Date:   Mon,  2 Jun 2025 22:38:00 +0200

build: update alpine in docker build to version 3.22

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.21 +FROM i386/alpine:3.22 RUN apk update && apk add --upgrade --no-cache \ acl-dev \ acl-static \