Skip to content

Commit 9259490

Browse files
committed
Groonga 10.0.9
1 parent 2cc5524 commit 9259490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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=10.0.8
20+
ENV GROONGA_VERSION=10.0.9
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
@@ -1,6 +1,6 @@
11
FROM debian:buster
22

3-
ENV GROONGA_VERSION=10.0.8-1
3+
ENV GROONGA_VERSION=10.0.9-1
44

55
RUN \
66
apt update && \

0 commit comments

Comments
 (0)