Skip to content

Commit 005fe57

Browse files
committed
Groonga 13.0.6
1 parent 7998ea4 commit 005fe57

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-
| 13.0.5 | Debian GNU/Linux | 13.0.5-debian, latest-debian, latest | [debian/Dockerfile][13.0.5-debian] |
10-
| 13.0.5 | Debian GNU/Linux | 13.0.5-alpine, latest-alpine | [alpine/Dockerfile][13.0.5-alpine] |
9+
| 13.0.6 | Debian GNU/Linux | 13.0.6-debian, latest-debian, latest | [debian/Dockerfile][13.0.6-debian] |
10+
| 13.0.6 | Debian GNU/Linux | 13.0.6-alpine, latest-alpine | [alpine/Dockerfile][13.0.6-alpine] |
11+
| 13.0.5 | Debian GNU/Linux | 13.0.5-debian | [debian/Dockerfile][13.0.5-debian] |
12+
| 13.0.5 | Debian GNU/Linux | 13.0.5-alpine | [alpine/Dockerfile][13.0.5-alpine] |
1113
| 13.0.4 | Debian GNU/Linux | 13.0.4-debian | [debian/Dockerfile][13.0.4-debian] |
1214
| 13.0.4 | Debian GNU/Linux | 13.0.4-alpine | [alpine/Dockerfile][13.0.4-alpine] |
1315
| 13.0.2 | Debian GNU/Linux | 13.0.2-debian | [debian/Dockerfile][13.0.2-debian] |
@@ -334,6 +336,8 @@ docker run \
334336
groonga/groonga:latest-debian
335337
```
336338

339+
[13.0.6-debian]: https://github.com/groonga/docker/tree/13.0.6/debian/Dockerfile
340+
[13.0.6-alpine]: https://github.com/groonga/docker/tree/13.0.6/alpine/Dockerfile
337341
[13.0.5-debian]: https://github.com/groonga/docker/tree/13.0.5/debian/Dockerfile
338342
[13.0.5-alpine]: https://github.com/groonga/docker/tree/13.0.5/alpine/Dockerfile
339343
[13.0.4-debian]: https://github.com/groonga/docker/tree/13.0.4/debian/Dockerfile

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
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=13.0.5
20+
ENV GROONGA_VERSION=13.0.6
2121

2222
RUN \
2323
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=13.0.5-1
7+
ENV GROONGA_VERSION=13.0.6-1
88

99
RUN \
1010
apt update && \

0 commit comments

Comments
 (0)