diff --git a/docker/production/Dockerfile b/docker/production/Dockerfile
index 8c006ba5e..4909b7e7b 100644
--- a/docker/production/Dockerfile
+++ b/docker/production/Dockerfile
@@ -12,7 +12,7 @@ RUN yarn install --network-timeout 100000 \
     && yarn run build
 
 # Then, build the application binary
-FROM elixir:1.12-alpine AS builder
+FROM elixir:1.13-alpine AS builder
 
 RUN apk add --no-cache build-base git cmake