vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 49e97252ef9f9330b527dedd337f2cab2ee14e34 parent 0272907ab291458167c18717d8d0511d77108c69 Author: Christian Hesse <mail@eworm.de> Date: Wed, 10 May 2023 09:26:29 +0200 build: update alpine in docker build to version 3.18 Just a version bump, no changes required. Diffstat:
| M | CHANGELOG.md | | | 2 | +- |
| M | Dockerfile | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -8,7 +8,7 @@ - add Selection:remove() to lua API - fix bug where visual-line selections after view were considered visible - don't set `_FORTIFY_SOURCE` in configure -- update dockerfile to alpine 3.17 +- update dockerfile to alpine 3.18 ## [0.8] - 2022-11-01 diff --git a/Dockerfile b/Dockerfile @@ -1,5 +1,5 @@ # Run 'make docker' to build a statically linked vis executable! -FROM i386/alpine:3.17 +FROM i386/alpine:3.18 RUN apk update && apk add --upgrade --no-cache \ acl-dev \ acl-static \