Skip to content

Commit

Permalink
change base image to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Laetitia committed Jan 5, 2022
1 parent cd623d3 commit 8b6a60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION 0.5

alpine-base:
FROM elixir:1.12.2-alpine
FROM alpine:3.14.2
RUN apk add --no-progress --update git build-base zip
RUN apk --no-cache --update add libgcc libstdc++ \
git make g++ \
Expand Down

0 comments on commit 8b6a60c

Please sign in to comment.