Skip to content

Commit

Permalink
use fixed version for runner stage in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekupartek committed Feb 14, 2020
1 parent 0e773d1 commit 5bbde45
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 @@ -14,7 +14,7 @@ RUN mix do deps.get, deps.compile
COPY . /app
RUN mix do compile, release --env=prod

FROM alpine:latest
FROM alpine:3.9
MAINTAINER Łukasz Jan Niemier <lukasz.niemier@appunite.com>
RUN apk add --no-cache --update \
build-base \
Expand Down

0 comments on commit 5bbde45

Please sign in to comment.