Skip to content

Commit 15f19fc

Browse files
authored
Update Dockerfile
1 parent 6eeb507 commit 15f19fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV CFLAGS -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-securit
1010
ENV LDFLAGS -Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now
1111
ENV CPPFLAGS -Wdate-time -D_FORTIFY_SOURCE=2
1212
ENV CXXFLAGS -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security
13-
ENV VERSION 7.0.6
13+
ENV VERSION 7.0.7
1414

1515
RUN curl -Lo groonga.tar.gz \
1616
http://packages.groonga.org/source/groonga/groonga-$VERSION.tar.gz && \

0 commit comments

Comments
 (0)