Skip to content

Commit

Permalink
update 24 branch base image
Browse files Browse the repository at this point in the history
  • Loading branch information
getong committed Dec 17, 2021
1 parent 407af60 commit f14a791
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 24/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM buildpack-deps:buster
FROM buildpack-deps:bullseye

ENV OTP_VERSION="24.2" \
REBAR3_VERSION="3.17.0"
Expand All @@ -15,7 +15,7 @@ RUN set -xe \
libwxgtk3.0' \
&& buildDeps='unixodbc-dev \
libsctp-dev \
libwxgtk3.0-dev' \
libwxgtk3.0-gtk3-dev' \
&& apt-get update \
&& apt-get install -y --no-install-recommends $runtimeDeps \
&& apt-get install -y --no-install-recommends $buildDeps \
Expand Down
2 changes: 1 addition & 1 deletion 24/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.15

ENV OTP_VERSION="24.2" \
REBAR3_VERSION="3.17.0"
Expand Down
2 changes: 1 addition & 1 deletion 24/slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster
FROM debian:bullseye

ENV OTP_VERSION="24.2" \
REBAR3_VERSION="3.17.0"
Expand Down

0 comments on commit f14a791

Please sign in to comment.