Skip to content

Commit

Permalink
update 26 branch debian base image (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilou- authored Feb 21, 2024
1 parent 535a0dc commit e587e48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 26/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM buildpack-deps:bullseye
FROM buildpack-deps:bookworm

ENV OTP_VERSION="26.2.2" \
REBAR3_VERSION="3.22.1"
Expand All @@ -12,11 +12,11 @@ RUN set -xe \
&& OTP_DOWNLOAD_SHA256="93c09aa8814018c23d218ac68b2bcdba188e12086223fbfa08af5cc70edd7ee1" \
&& runtimeDeps='libodbc1 \
libsctp1 \
libwxgtk3.0 \
libwxgtk-webview3.0-gtk3-0v5' \
libwxgtk3.2-1 \
libwxgtk-webview3.2-1' \
&& buildDeps='unixodbc-dev \
libsctp-dev \
libwxgtk-webview3.0-gtk3-dev' \
libwxgtk-webview3.2-dev' \
&& apt-get update \
&& apt-get install -y --no-install-recommends $runtimeDeps \
&& apt-get install -y --no-install-recommends $buildDeps \
Expand Down
4 changes: 2 additions & 2 deletions 26/slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye
FROM debian:bookworm

ENV OTP_VERSION="26.2.2" \
REBAR3_VERSION="3.22.1"
Expand All @@ -19,7 +19,7 @@ RUN set -xe \
&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - \
&& runtimeDeps=' \
libodbc1 \
libssl1.1 \
libssl3 \
libsctp1 \
' \
&& buildDeps=' \
Expand Down

0 comments on commit e587e48

Please sign in to comment.