vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit f6379480fc43e21988a117b260d2c1702c667425 parent f5224e305b4c08d34f1d72f74be84182bb081035 Author: Christian Hesse <mail@eworm.de> Date: Wed, 22 May 2024 15:28:34 +0200 build: update alpine in docker build to version 3.20 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.19 +FROM i386/alpine:3.20 RUN apk update && apk add --upgrade --no-cache \ acl-dev \ acl-static \