Skip to content

Commit b0755a8

Browse files
authored
Groonga 15.1.7 (#33)
1 parent fb44bca commit b0755a8

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

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.1.5 | Debian GNU/Linux | 15.1.5-debian, latest-debian, latest | [debian/Dockerfile][15.1.5-debian] |
10-
| 15.1.5 | Debian GNU/Linux | 15.1.5-alpine, latest-alpine | [alpine/Dockerfile][15.1.5-alpine] |
9+
| 15.1.7 | Debian GNU/Linux | 15.1.7-debian, latest-debian, latest | [debian/Dockerfile][15.1.7-debian] |
10+
| 15.1.7 | Debian GNU/Linux | 15.1.7-alpine, latest-alpine | [alpine/Dockerfile][15.1.7-alpine] |
11+
| 15.1.5 | Debian GNU/Linux | 15.1.5-debian | [debian/Dockerfile][15.1.5-debian] |
12+
| 15.1.5 | Debian GNU/Linux | 15.1.5-alpine | [alpine/Dockerfile][15.1.5-alpine] |
1113
| 15.1.4 | Debian GNU/Linux | 15.1.4-debian | [debian/Dockerfile][15.1.4-debian] |
1214
| 15.1.4 | Debian GNU/Linux | 15.1.4-alpine | [alpine/Dockerfile][15.1.4-alpine] |
1315
| 15.1.3 | Debian GNU/Linux | 15.1.3-debian | [debian/Dockerfile][15.1.3-debian] |
@@ -396,6 +398,8 @@ docker run \
396398
groonga/groonga:latest-debian
397399
```
398400

401+
[15.1.7-debian]: https://github.com/groonga/docker/tree/15.1.7/debian/Dockerfile
402+
[15.1.7-alpine]: https://github.com/groonga/docker/tree/15.1.7/alpine/Dockerfile
399403
[15.1.5-debian]: https://github.com/groonga/docker/tree/15.1.5/debian/Dockerfile
400404
[15.1.5-alpine]: https://github.com/groonga/docker/tree/15.1.5/alpine/Dockerfile
401405
[15.1.4-debian]: https://github.com/groonga/docker/tree/15.1.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.1.5
41+
ENV GROONGA_VERSION=15.1.7
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.1.5-1
7+
ENV GROONGA_VERSION=15.1.7-1
88

99
RUN \
1010
apt update && \

0 commit comments

Comments
 (0)