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
TsuyoshiUshi authored and adriankumpf committed Apr 7, 2021
1 parent ffde12f commit 62cbc58
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 62cbc58

Please sign in to comment.