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 Jun 20, 2023
1 parent 67be43b commit cf4fee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -53,7 +53,7 @@ COPY rel rel
RUN mix release plausible

# Main Docker Image
FROM alpine:3.18.2
FROM alpine:3.18.0
LABEL maintainer="plausible.io <[email protected]>"

ARG BUILD_METADATA={}
Expand Down

0 comments on commit cf4fee3

Please sign in to comment.