diff --git a/Dockerfile b/Dockerfile index 7b313a8..cf9fea1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ WORKDIR /languagetool # Note: When changing the base image, verify that the hunspell.sh workaround is # downloading the matching version of `libhunspell`. The URL may need to change. -FROM alpine:3.19.0 +FROM alpine:3.19.1 RUN apk add --no-cache \ bash \