vis

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

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

commit c4b53f38546fcd1abcb9c244e550cb05ed9f14a3
parent 0b411ecf58afc38b1ad6300ad0f1de33e7382869
Author: Christian Hesse <mail@eworm.de>
Date:   Sat, 30 May 2020 00:08:06 +0200

build: update alpine in docker build to version 3.12

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