Skip to content

Commit 2bcf1b7

Browse files
committed
Groonga 14.0.3
1 parent ffcb1f9 commit 2bcf1b7

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-
| 14.0.2 | Debian GNU/Linux | 14.0.2-debian, latest-debian, latest | [debian/Dockerfile][14.0.2-debian] |
10-
| 14.0.2 | Debian GNU/Linux | 14.0.2-alpine, latest-alpine | [alpine/Dockerfile][14.0.2-alpine] |
9+
| 14.0.3 | Debian GNU/Linux | 14.0.3-debian, latest-debian, latest | [debian/Dockerfile][14.0.3-debian] |
10+
| 14.0.3 | Debian GNU/Linux | 14.0.3-alpine, latest-alpine | [alpine/Dockerfile][14.0.3-alpine] |
11+
| 14.0.2 | Debian GNU/Linux | 14.0.2-debian | [debian/Dockerfile][14.0.2-debian] |
12+
| 14.0.2 | Debian GNU/Linux | 14.0.2-alpine | [alpine/Dockerfile][14.0.2-alpine] |
1113
| 14.0.1 | Debian GNU/Linux | 14.0.1-debian | [debian/Dockerfile][14.0.1-debian] |
1214
| 14.0.1 | Debian GNU/Linux | 14.0.1-alpine | [alpine/Dockerfile][14.0.1-alpine] |
1315
| 14.0.0 | Debian GNU/Linux | 14.0.0-debian | [debian/Dockerfile][14.0.0-debian] |
@@ -352,6 +354,8 @@ docker run \
352354
groonga/groonga:latest-debian
353355
```
354356

357+
[14.0.3-debian]: https://github.com/groonga/docker/tree/14.0.3/debian/Dockerfile
358+
[14.0.3-alpine]: https://github.com/groonga/docker/tree/14.0.3/alpine/Dockerfile
355359
[14.0.2-debian]: https://github.com/groonga/docker/tree/14.0.2/debian/Dockerfile
356360
[14.0.2-alpine]: https://github.com/groonga/docker/tree/14.0.2/alpine/Dockerfile
357361
[14.0.1-debian]: https://github.com/groonga/docker/tree/14.0.1/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=14.0.2
20+
ENV GROONGA_VERSION=14.0.3
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=14.0.2-1
7+
ENV GROONGA_VERSION=14.0.3-1
88

99
RUN \
1010
apt update && \

0 commit comments

Comments
 (0)