Skip to content

Commit 915c5fc

Browse files
authored
Merge pull request #1415 from OWASP/revert-image-update
Revert "Merge pull request #1401” and fix deploy to production
2 parents 4375f91 + 6bfe644 commit 915c5fc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/copi-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
with:
3131
ref: ${{ github.event.pull_request.head.sha }}
32+
- name: build project
33+
working-directory: copi.owasp.org
34+
run: docker build -f ./Dockerfile .
3235
- name: Cache deps
3336
id: cache-deps
3437
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3

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)