Skip to content

Commit

Permalink
fix: alpine version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Oct 6, 2023
1 parent e48c610 commit 026131e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ RUN mix release && \
mix phx.digest

# alpine version must match the base erlang image version used
# https://github.com/erlef/docker-elixir/blob/master/1.14/alpine/Dockerfile
# https://github.com/erlang/docker-erlang-otp/blob/master/25/alpine/Dockerfile
FROM alpine:3.17.0 as app
# https://github.com/erlef/docker-elixir/blob/master/1.15/alpine/Dockerfile
# https://github.com/erlang/docker-erlang-otp/blob/master/26/alpine/Dockerfile
FROM alpine:3.18.0 as app

# Required for the BeamVM to run
RUN apk update && apk add -f openssl libgcc libstdc++ ncurses-libs curl
Expand Down

0 comments on commit 026131e

Please sign in to comment.