vis

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

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

commit 4aef36bd8d7e9b118ec05b811fcac5af2815a350
parent 162c2f63c246b4c37fe071f45d90ba15c74874db
Author: Christian Hesse <mail@eworm.de>
Date:   Mon, 25 Jan 2021 08:54:22 +0100

build: update alpine in docker build to version 3.13

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