Skip to content

Commit

Permalink
Use the same alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
graffic committed Feb 11, 2024
1 parent 990064a commit 66918de
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 @@ -13,7 +13,7 @@ RUN mix local.hex --force &&\
mix release

# FROM arm64v8/alpine:latest
FROM alpine:latest
FROM alpine:3.8
COPY --from=build /build/_build/prod/rel/wanon /wanon
RUN apk add --no-cache bash
ENV REPLACE_OS_VARS=true
Expand Down

0 comments on commit 66918de

Please sign in to comment.