Skip to content

Commit f14a791

Browse files
committed
update 24 branch base image
1 parent 407af60 commit f14a791

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

24/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:buster
1+
FROM buildpack-deps:bullseye
22

33
ENV OTP_VERSION="24.2" \
44
REBAR3_VERSION="3.17.0"
@@ -15,7 +15,7 @@ RUN set -xe \
1515
libwxgtk3.0' \
1616
&& buildDeps='unixodbc-dev \
1717
libsctp-dev \
18-
libwxgtk3.0-dev' \
18+
libwxgtk3.0-gtk3-dev' \
1919
&& apt-get update \
2020
&& apt-get install -y --no-install-recommends $runtimeDeps \
2121
&& apt-get install -y --no-install-recommends $buildDeps \

24/alpine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.14
1+
FROM alpine:3.15
22

33
ENV OTP_VERSION="24.2" \
44
REBAR3_VERSION="3.17.0"

24/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:buster
1+
FROM debian:bullseye
22

33
ENV OTP_VERSION="24.2" \
44
REBAR3_VERSION="3.17.0"

0 commit comments

Comments
 (0)