We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3eba83 commit ccd7abaCopy full SHA for ccd7aba
docker/api/Dockerfile
@@ -36,7 +36,7 @@ SHELL ["/bin/sh", "-exc"]
36
ENV PATH=/opt/app/bin:$PATH
37
38
RUN apt-get update && apt-get install -y --no-install-recommends \
39
- libgeos3.11.1 \
+ libgeos3.13.1 \
40
&& rm -rf /var/lib/apt/lists/*
41
42
STOPSIGNAL SIGINT
0 commit comments