aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1fe9885..e52e195 100644
--- 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
index da95754..86e7d05 100644
--- 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 \