Skip to content

Commit

Permalink
Use hard-coded elixir version as builder image
Browse files Browse the repository at this point in the history
Temporary workaround for: benoitc/hackney#591
  • Loading branch information
ClarkWalker authored and adriankumpf committed Sep 23, 2019
1 parent e10ee3c commit 154f610
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
@@ -1,4 +1,4 @@
FROM elixir:1.9-alpine AS builder
FROM elixir:1.9-alpine@sha256:d071898e73d43aec89870e4965217ffc66d092eb1197b1cd56daad0f78421935 AS builder

RUN apk add --update --no-cache nodejs yarn git build-base python && \
mix local.rebar --force && \
Expand Down

0 comments on commit 154f610

Please sign in to comment.