We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae2ae6 commit 98dbffdCopy full SHA for 98dbffd
Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Abdulrahman Semrie
4
WORKDIR $HOME
5
RUN git clone https://github.com/aconchillo/guile-json && \
6
cd guile-json && \
7
- git reset --hard 1.2.0 && \
+ git reset --hard 3.3.0 && \
8
autoreconf -vif && \
9
./configure && \
10
make && \
0 commit comments