Skip to content

Commit 5706e9f

Browse files
committed
Groonga 14.0.7
1 parent f78da56 commit 5706e9f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

+6-2
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-
| 14.0.6 | Debian GNU/Linux | 14.0.6-debian, latest-debian, latest | [debian/Dockerfile][14.0.6-debian] |
10-
| 14.0.6 | Debian GNU/Linux | 14.0.6-alpine, latest-alpine | [alpine/Dockerfile][14.0.6-alpine] |
9+
| 14.0.7 | Debian GNU/Linux | 14.0.7-debian, latest-debian, latest | [debian/Dockerfile][14.0.7-debian] |
10+
| 14.0.7 | Debian GNU/Linux | 14.0.7-alpine, latest-alpine | [alpine/Dockerfile][14.0.7-alpine] |
11+
| 14.0.6 | Debian GNU/Linux | 14.0.6-debian | [debian/Dockerfile][14.0.6-debian] |
12+
| 14.0.6 | Debian GNU/Linux | 14.0.6-alpine | [alpine/Dockerfile][14.0.6-alpine] |
1113
| 14.0.5 | Debian GNU/Linux | 14.0.5-debian | [debian/Dockerfile][14.0.5-debian] |
1214
| 14.0.5 | Debian GNU/Linux | 14.0.5-alpine | [alpine/Dockerfile][14.0.5-alpine] |
1315
| 14.0.4 | Debian GNU/Linux | 14.0.4-debian | [debian/Dockerfile][14.0.4-debian] |
@@ -360,6 +362,8 @@ docker run \
360362
groonga/groonga:latest-debian
361363
```
362364

365+
[14.0.7-debian]: https://github.com/groonga/docker/tree/14.0.7/debian/Dockerfile
366+
[14.0.7-alpine]: https://github.com/groonga/docker/tree/14.0.7/alpine/Dockerfile
363367
[14.0.6-debian]: https://github.com/groonga/docker/tree/14.0.6/debian/Dockerfile
364368
[14.0.6-alpine]: https://github.com/groonga/docker/tree/14.0.6/alpine/Dockerfile
365369
[14.0.5-debian]: https://github.com/groonga/docker/tree/14.0.5/debian/Dockerfile

alpine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV CFLAGS -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-securit
1717
ENV LDFLAGS -Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now
1818
ENV CPPFLAGS -Wdate-time -D_FORTIFY_SOURCE=2
1919
ENV CXXFLAGS -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security
20-
ENV GROONGA_VERSION=14.0.6
20+
ENV GROONGA_VERSION=14.0.7
2121

2222
RUN \
2323
curl -Lo groonga.tar.gz \

debian/Dockerfile

+1-1
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=14.0.6-1
7+
ENV GROONGA_VERSION=14.0.7-1
88

99
RUN \
1010
apt update && \

0 commit comments

Comments
 (0)