Stick to stable version of the Docker base images

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-02-04 18:58:15 +01:00
parent ad74234ab4
commit 4d87541d96
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# First build the application assets
FROM node:alpine as assets
FROM node:14-alpine as assets
RUN apk add --no-cache python build-base libwebp-tools bash imagemagick ncurses
@ -8,7 +8,7 @@ RUN yarn install \
&& yarn run build
# Then, build the application binary
FROM elixir:alpine AS builder
FROM elixir:1.11-alpine AS builder
RUN apk add --no-cache build-base git cmake