Skip to content

Commit

Permalink
Pin alpine versions to 3.18.0 (#3057)
Browse files Browse the repository at this point in the history
* Revert "Bump alpine from 3.18.0 to 3.18.2 (#3044)"

This reverts commit c19a51e.

* Pin both images to alpine 3.18.0
  • Loading branch information
aerosol authored and ruslandoga committed Jun 27, 2023
1 parent 61eacad commit 70788a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# platform specific, it makes sense to build it in the docker

#### Builder
FROM hexpm/elixir:1.14.3-erlang-25.2.3-alpine-3.17.0 as buildcontainer
FROM hexpm/elixir:1.14.3-erlang-25.2.3-alpine-3.18.0 as buildcontainer

# preparation
ENV MIX_ENV=prod
Expand Down

0 comments on commit 70788a0

Please sign in to comment.