use elixir 1.13.4

This commit is contained in:
2022-04-19 20:12:28 -04:00
parent 0917aff37b
commit c555022ea7
5 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM elixir:1.13-alpine AS build
FROM elixir:1.13.4-alpine AS build
# install build dependencies
RUN apk add --no-cache build-base npm git python3