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.
2 parents 27dfb11 + 5b926b8 commit 1ab9dfcCopy full SHA for 1ab9dfc
Dockerfile
@@ -1,7 +1,7 @@
1
##
2
# OSGeo/PROJ
3
4
-FROM ubuntu:22.04 AS builder
+FROM ubuntu:24.04 AS builder
5
6
LABEL maintainer="Howard Butler <[email protected]>"
7
@@ -23,13 +23,13 @@ RUN cmake --build _build -j $(nproc)
23
RUN cmake --install _build
24
RUN rm -rfv _build
25
26
-FROM ubuntu:22.04 AS runner
+FROM ubuntu:24.04 AS runner
27
28
RUN date
29
30
RUN apt-get update \
31
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
32
- libsqlite3-0 libtiff5 libcurl4 libcurl3-gnutls \
+ libsqlite3-0 libtiff6 libcurl4 libcurl3-gnutls \
33
wget ca-certificates \
34
&& apt-get clean && rm -rf /var/lib/apt/lists/*
35
0 commit comments