Skip to content

Commit

Permalink
OTP 26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadRunnr committed Dec 13, 2023
1 parent 544bb66 commit ff388a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ RUN set -xe \
unixodbc-dev \
lksctp-tools-dev \
tar \
&& apk add --no-cache --virtual .edge-deps \
--repository=http:https://dl-cdn.alpinelinux.org/alpine/edge/testing \
&& apk add --no-cache --virtual .quilt-deps \
--repository=https:https://dl-cdn.alpinelinux.org/alpine/v3.19/community \
quilt \
&& export ERL_TOP="/usr/src/otp_src_${OTP_VERSION%%@*}" \
&& mkdir -vp $ERL_TOP \
Expand Down Expand Up @@ -77,6 +77,6 @@ RUN set -xe \
$runDeps \
lksctp-tools \
ca-certificates \
&& apk del .fetch-deps .build-deps .edge-deps
&& apk del .fetch-deps .build-deps .quilt-deps

CMD ["erl"]
6 changes: 6 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"rebar3": "3.22.1",
"version": "26.1.2",
"download_sha256": "f1074cf3a54f1f87e66027d5abebab2fa76a0243453fa58bc5f30d0ce0313921"
},
"26.2": {
"alpine": "3.19",
"rebar3": "3.22.1",
"version": "26.2",
"download_sha256": "575df666c678bbbcf97fbf8dec532db62c25b3aec005a2ba1348982c8e9661bb"
}
},
"rebar3": {
Expand Down

0 comments on commit ff388a0

Please sign in to comment.