From 5409b721bc7cf59a4f14214495f19409c224d0b8 Mon Sep 17 00:00:00 2001 From: otegami Date: Fri, 6 Dec 2024 10:21:09 +0800 Subject: [PATCH] Groonga 14.1.1 --- README.md | 8 ++++++-- alpine/Dockerfile | 2 +- debian/Dockerfile | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c75efcf..cf72d5f 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,10 @@ Dockerfile for [Groonga](https://groonga.org/) full text search engine. | Groonga | Distribution | Tags | Path | | ------- | ---------------- | ------------------------------------ | ---------------------------------- | -| 14.1.0 | Debian GNU/Linux | 14.1.0-debian, latest-debian, latest | [debian/Dockerfile][14.1.0-debian] | -| 14.1.0 | Debian GNU/Linux | 14.1.0-alpine, latest-alpine | [alpine/Dockerfile][14.1.0-alpine] | +| 14.1.1 | Debian GNU/Linux | 14.1.1-debian, latest-debian, latest | [debian/Dockerfile][14.1.1-debian] | +| 14.1.1 | Debian GNU/Linux | 14.1.1-alpine, latest-alpine | [alpine/Dockerfile][14.1.1-alpine] | +| 14.1.0 | Debian GNU/Linux | 14.1.0-debian | [debian/Dockerfile][14.1.0-debian] | +| 14.1.0 | Debian GNU/Linux | 14.1.0-alpine | [alpine/Dockerfile][14.1.0-alpine] | | 14.0.9 | Debian GNU/Linux | 14.0.9-debian | [debian/Dockerfile][14.0.9-debian] | | 14.0.9 | Debian GNU/Linux | 14.0.9-alpine | [alpine/Dockerfile][14.0.9-alpine] | | 14.0.8 | Debian GNU/Linux | 14.0.8-debian | [debian/Dockerfile][14.0.8-debian] | @@ -368,6 +370,8 @@ docker run \ groonga/groonga:latest-debian ``` +[14.1.1-debian]: https://github.com/groonga/docker/tree/14.1.1/debian/Dockerfile +[14.1.1-alpine]: https://github.com/groonga/docker/tree/14.1.1/alpine/Dockerfile [14.1.0-debian]: https://github.com/groonga/docker/tree/14.1.0/debian/Dockerfile [14.1.0-alpine]: https://github.com/groonga/docker/tree/14.1.0/alpine/Dockerfile [14.0.9-debian]: https://github.com/groonga/docker/tree/14.0.9/debian/Dockerfile diff --git a/alpine/Dockerfile b/alpine/Dockerfile index b477339..f7f4228 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -38,7 +38,7 @@ RUN \ WORKDIR /usr/local/src -ENV GROONGA_VERSION=14.1.0 +ENV GROONGA_VERSION=14.1.1 RUN \ curl -Lo groonga.tar.gz \ diff --git a/debian/Dockerfile b/debian/Dockerfile index c6b82bb..cdad138 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -4,7 +4,7 @@ RUN \ echo "debconf debconf/frontend select Noninteractive" | \ debconf-set-selections -ENV GROONGA_VERSION=14.1.0-1 +ENV GROONGA_VERSION=14.1.1-1 RUN \ apt update && \