diff --git a/pro.Dockerfile b/pro.Dockerfile index 260bac37..080aaf90 100644 --- a/pro.Dockerfile +++ b/pro.Dockerfile @@ -1,7 +1,7 @@ # PRO version of OpenTrader # You must have access to the private repository to build this image # https://github.com/bludnic/opentrader-pro -FROM node:18-alpine AS base +FROM node:20-alpine AS base FROM base AS builder # Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.