From ec047dbcfbbbe077a7ba502ca8db0bdb10b51fb2 Mon Sep 17 00:00:00 2001 From: Thomas-xDo Date: Fri, 13 Jun 2025 13:24:19 +0700 Subject: [PATCH] fix(docker-file): pump version dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce8a5e156..0de62de43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,8 +35,9 @@ ENV NEXT_TELEMETRY_DISABLED 1 RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs + RUN set -x \ - && apk add --no-cache curl \ + && apk add --no-cache curl openssl1.1-compat \ && yarn add npm-run-all dotenv semver prisma@5.17.0 # You only need to copy next.config.js if you are NOT using the default configuration