Skip to content

Commit

Permalink
[LIBON] Dockerfile: upgrade image to debian bookworm-20230814
Browse files Browse the repository at this point in the history
  • Loading branch information
grumvalski committed Oct 13, 2024
1 parent 218c53b commit 923f650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.libon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster as builder
FROM debian:bookworm-20230814 as builder

ADD . /src/

Expand All @@ -9,7 +9,7 @@ RUN cd /src && cp include/config_site.h pjproject/pjlib/include/pj/config_site.
&& make dep && make && make install \
&& cd .. && cmake CMakeLists.txt && make

FROM debian:buster
FROM debian:bookworm-20230814

RUN apt-get update && apt-get install -y libasound2 libcurl4 openssl && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 923f650

Please sign in to comment.