Skip to content

Commit 98dbffd

Browse files
committed
Dockerfile: Use Guile JSON 3.x.
1 parent aae2ae6 commit 98dbffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MAINTAINER Abdulrahman Semrie
44
WORKDIR $HOME
55
RUN git clone https://github.com/aconchillo/guile-json && \
66
cd guile-json && \
7-
git reset --hard 1.2.0 && \
7+
git reset --hard 3.3.0 && \
88
autoreconf -vif && \
99
./configure && \
1010
make && \

0 commit comments

Comments
 (0)