Skip to content

Commit

Permalink
Groonga 14.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Mar 29, 2024
1 parent e5b2e37 commit ffcb1f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ Dockerfile for [Groonga](https://groonga.org/) full text search engine.

| Groonga | Distribution | Tags | Path |
| ------- | ---------------- | ------------------------------------ | ---------------------------------- |
| 14.0.1 | Debian GNU/Linux | 14.0.1-debian, latest-debian, latest | [debian/Dockerfile][14.0.1-debian] |
| 14.0.1 | Debian GNU/Linux | 14.0.1-alpine, latest-alpine | [alpine/Dockerfile][14.0.1-alpine] |
| 14.0.2 | Debian GNU/Linux | 14.0.2-debian, latest-debian, latest | [debian/Dockerfile][14.0.2-debian] |
| 14.0.2 | Debian GNU/Linux | 14.0.2-alpine, latest-alpine | [alpine/Dockerfile][14.0.2-alpine] |
| 14.0.1 | Debian GNU/Linux | 14.0.1-debian | [debian/Dockerfile][14.0.1-debian] |
| 14.0.1 | Debian GNU/Linux | 14.0.1-alpine | [alpine/Dockerfile][14.0.1-alpine] |
| 14.0.0 | Debian GNU/Linux | 14.0.0-debian | [debian/Dockerfile][14.0.0-debian] |
| 14.0.0 | Debian GNU/Linux | 14.0.0-alpine | [alpine/Dockerfile][14.0.0-alpine] |
| 13.1.1 | Debian GNU/Linux | 13.1.1-debian | [debian/Dockerfile][13.1.1-debian] |
Expand Down Expand Up @@ -350,6 +352,8 @@ docker run \
groonga/groonga:latest-debian
```

[14.0.2-debian]: https://github.com/groonga/docker/tree/14.0.2/debian/Dockerfile
[14.0.2-alpine]: https://github.com/groonga/docker/tree/14.0.2/alpine/Dockerfile
[14.0.1-debian]: https://github.com/groonga/docker/tree/14.0.1/debian/Dockerfile
[14.0.1-alpine]: https://github.com/groonga/docker/tree/14.0.1/alpine/Dockerfile
[14.0.0-debian]: https://github.com/groonga/docker/tree/14.0.0/debian/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV CFLAGS -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-securit
ENV LDFLAGS -Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now
ENV CPPFLAGS -Wdate-time -D_FORTIFY_SOURCE=2
ENV CXXFLAGS -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security
ENV GROONGA_VERSION=14.0.1
ENV GROONGA_VERSION=14.0.2

RUN \
curl -Lo groonga.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN \
echo "debconf debconf/frontend select Noninteractive" | \
debconf-set-selections

ENV GROONGA_VERSION=14.0.1-1
ENV GROONGA_VERSION=14.0.2-1

RUN \
apt update && \
Expand Down

0 comments on commit ffcb1f9

Please sign in to comment.