From f2b040347f4fa43b1018d685693d81849957403f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:50:24 +0000 Subject: [PATCH] Bump alpine from 3.19.0 to 3.19.1 Bumps alpine from 3.19.0 to 3.19.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70551f9..d5a51d6 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 \