Skip to content

Commit 0fddbf1

Browse files
committed
Groonga 15.2.5
1 parent 5ce38d6 commit 0fddbf1

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ Dockerfile for [Groonga](https://groonga.org/) full text search engine.
66

77
| Groonga | Distribution | Tags | Path |
88
| ------- | ---------------- | ------------------------------------ | ---------------------------------- |
9-
| 15.2.4 | Debian GNU/Linux | 15.2.4-debian, latest-debian, latest | [debian/Dockerfile][15.2.4-debian] |
10-
| 15.2.4 | Debian GNU/Linux | 15.2.4-alpine, latest-alpine | [alpine/Dockerfile][15.2.4-alpine] |
9+
| 15.2.5 | Debian GNU/Linux | 15.2.5-debian, latest-debian, latest | [debian/Dockerfile][15.2.5-debian] |
10+
| 15.2.5 | Debian GNU/Linux | 15.2.5-alpine, latest-alpine | [alpine/Dockerfile][15.2.5-alpine] |
11+
| 15.2.4 | Debian GNU/Linux | 15.2.4-debian | [debian/Dockerfile][15.2.4-debian] |
12+
| 15.2.4 | Debian GNU/Linux | 15.2.4-alpine | [alpine/Dockerfile][15.2.4-alpine] |
1113
| 15.2.3 | Debian GNU/Linux | 15.2.3-debian | [debian/Dockerfile][15.2.3-debian] |
1214
| 15.2.3 | Debian GNU/Linux | 15.2.3-alpine | [alpine/Dockerfile][15.2.3-alpine] |
1315
| 15.2.1 | Debian GNU/Linux | 15.2.1-debian | [debian/Dockerfile][15.2.1-debian] |
@@ -408,6 +410,8 @@ docker run \
408410
groonga/groonga:latest-debian
409411
```
410412

413+
[15.2.5-debian]: https://github.com/groonga/docker/tree/15.2.5/debian/Dockerfile
414+
[15.2.5-alpine]: https://github.com/groonga/docker/tree/15.2.5/alpine/Dockerfile
411415
[15.2.4-debian]: https://github.com/groonga/docker/tree/15.2.4/debian/Dockerfile
412416
[15.2.4-alpine]: https://github.com/groonga/docker/tree/15.2.4/alpine/Dockerfile
413417
[15.2.3-debian]: https://github.com/groonga/docker/tree/15.2.3/debian/Dockerfile

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN \
3838

3939
WORKDIR /usr/local/src
4040

41-
ENV GROONGA_VERSION=15.2.4
41+
ENV GROONGA_VERSION=15.2.5
4242

4343
RUN \
4444
curl -Lo groonga.tar.gz \

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN \
44
echo "debconf debconf/frontend select Noninteractive" | \
55
debconf-set-selections
66

7-
ENV GROONGA_VERSION=15.2.4-1
7+
ENV GROONGA_VERSION=15.2.5-1
88

99
RUN \
1010
apt update && \

0 commit comments

Comments
 (0)