From 6117a8d1a696b3cda7b83186352227b5e7e8e251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 04:04:17 +0000 Subject: [PATCH] Bump alpine from 3.19.1 to 3.20.0 Bumps alpine from 3.19.1 to 3.20.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf9fea1..9f86f5d 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.1 +FROM alpine:3.20.0 RUN apk add --no-cache \ bash \