vis

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

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

commit 97c0c53edd96eca5a10b15d59b0e8218f2c87072
parent a0d31fbbea41780d0a009411f994befc469734d5
Author: Christian Hesse <mail@eworm.de>
Date:   Tue, 24 May 2022 13:20:48 +0200

build: update alpine in docker build to version 3.16

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