Skip to content

Commit 160bd14

Browse files
committed
Revert "Merge pull request #1401 from OWASP/dependabot/docker/copi.owasp.org/hexpm/elixir-1.18.4-erlang-28.0-debian-bullseye-20250610"
This reverts commit ec754cd, reversing changes made to 5e368cd.
1 parent fba9478 commit 160bd14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

copi.owasp.org/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# - https://pkgs.org/ - resource for finding needed packages
1313
# - Ex: hexpm/elixir:1.14.2-erlang-25.1.1-debian-bullseye-20220801-slim
1414
#
15-
FROM --platform=linux/amd64 hexpm/elixir:1.18.4-erlang-28.0-debian-bullseye-20250610@sha256:7ec50765e6c827966ca9cfa3383408c27cac11afa2a43649c2c6ba4e3166b9f3 as builder
15+
FROM --platform=linux/amd64 hexpm/elixir:1.18.4-erlang-27.3.4-debian-bullseye-20250610@sha256:d93975b5e78b29fd62d6e7f74f4eaa7e1df165cc95d3525eaa2e333e1449bc2c as builder
1616
# install build dependencies
1717
RUN apt-get update -y && apt-get install -y build-essential git nodejs npm \
1818
&& apt-get clean && rm -f /var/lib/apt/lists/*_*
@@ -58,7 +58,7 @@ RUN mix release
5858

5959
# start a new build stage so that the final image will only contain
6060
# the compiled release and other runtime necessities
61-
FROM --platform=linux/amd64 hexpm/elixir:1.18.4-erlang-28.0-debian-bullseye-20250610@sha256:7ec50765e6c827966ca9cfa3383408c27cac11afa2a43649c2c6ba4e3166b9f3
61+
FROM --platform=linux/amd64 hexpm/elixir:1.18.4-erlang-27.3.4-debian-bullseye-20250610@sha256:d93975b5e78b29fd62d6e7f74f4eaa7e1df165cc95d3525eaa2e333e1449bc2c
6262

6363
RUN apt-get update -y && apt-get install -y libstdc++6 openssl libncurses5 locales \
6464
&& apt-get clean && rm -f /var/lib/apt/lists/*_*

0 commit comments

Comments
 (0)