diff --git a/Dockerfile b/Dockerfile index 64c0b8b589..dc7ca8d360 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest AS base +FROM alpine:edge AS base ENV NODE_ENV=production