vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 7868d23924fbe419d6a7f095bf248cff97b8bd13 parent dfe686e10af9e563ea38f0350f44d2e44472350a Author: Christian Hesse <mail@eworm.de> Date: Fri, 6 Dec 2024 08:35:46 +0100 build: update alpine in docker build to version 3.21 Just a version bump, no changes required. Diffstat:
| M | Dockerfile | | | 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.20 +FROM i386/alpine:3.21 RUN apk update && apk add --upgrade --no-cache \ acl-dev \ acl-static \