Skip to content

Commit ca0dc80

Browse files
committed
Groonga 16.0.0
1 parent 0fddbf1 commit ca0dc80

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.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] |
9+
| 16.0.0 | Debian GNU/Linux | 16.0.0-debian, latest-debian, latest | [debian/Dockerfile][16.0.0-debian] |
10+
| 16.0.0 | Debian GNU/Linux | 16.0.0-alpine, latest-alpine | [alpine/Dockerfile][16.0.0-alpine] |
11+
| 15.2.5 | Debian GNU/Linux | 15.2.5-debian | [debian/Dockerfile][15.2.5-debian] |
12+
| 15.2.5 | Debian GNU/Linux | 15.2.5-alpine | [alpine/Dockerfile][15.2.5-alpine] |
1113
| 15.2.4 | Debian GNU/Linux | 15.2.4-debian | [debian/Dockerfile][15.2.4-debian] |
1214
| 15.2.4 | Debian GNU/Linux | 15.2.4-alpine | [alpine/Dockerfile][15.2.4-alpine] |
1315
| 15.2.3 | Debian GNU/Linux | 15.2.3-debian | [debian/Dockerfile][15.2.3-debian] |
@@ -410,6 +412,8 @@ docker run \
410412
groonga/groonga:latest-debian
411413
```
412414

415+
[16.0.0-debian]: https://github.com/groonga/docker/tree/16.0.0/debian/Dockerfile
416+
[16.0.0-alpine]: https://github.com/groonga/docker/tree/16.0.0/alpine/Dockerfile
413417
[15.2.5-debian]: https://github.com/groonga/docker/tree/15.2.5/debian/Dockerfile
414418
[15.2.5-alpine]: https://github.com/groonga/docker/tree/15.2.5/alpine/Dockerfile
415419
[15.2.4-debian]: https://github.com/groonga/docker/tree/15.2.4/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.5
41+
ENV GROONGA_VERSION=16.0.0
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.5-1
7+
ENV GROONGA_VERSION=16.0.0-1
88

99
RUN \
1010
apt update && \

0 commit comments

Comments
 (0)