Skip to content

Commit 2778993

Browse files
committed
Groonga 16.0.1
1 parent 7bbaa47 commit 2778993

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

417+
[16.0.1-debian]: https://github.com/groonga/docker/tree/16.0.1/debian/Dockerfile
418+
[16.0.1-alpine]: https://github.com/groonga/docker/tree/16.0.1/alpine/Dockerfile
415419
[16.0.0-debian]: https://github.com/groonga/docker/tree/16.0.0/debian/Dockerfile
416420
[16.0.0-alpine]: https://github.com/groonga/docker/tree/16.0.0/alpine/Dockerfile
417421
[15.2.5-debian]: https://github.com/groonga/docker/tree/15.2.5/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=16.0.0
41+
ENV GROONGA_VERSION=16.0.1
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=16.0.0-1
7+
ENV GROONGA_VERSION=16.0.1-1
88

99
RUN \
1010
apt update && \

0 commit comments

Comments
 (0)