diff --git a/Dockerfile b/Dockerfile index 0402db7..1ebe594 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,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.17.1 +FROM alpine:3.17.2 RUN apk add --no-cache \ bash \