From 9029709fbe27d674e3e0e3e78a3612922a1e7eb5 Mon Sep 17 00:00:00 2001 From: lmbelo Date: Mon, 21 Oct 2024 22:16:49 -0300 Subject: [PATCH] Script update to 12.2 Athens Patch 1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d92e47..74791f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:jammy as builder ARG password=securepass ENV PA_SERVER_PASSWORD=$password -ENV PA_SERVER_URL=https://altd.embarcadero.com/releases/studio/23.0/122/LinuxPAServer23.0.tar.gz +ENV PA_SERVER_URL=https://altd.embarcadero.com/releases/studio/23.0/122/1221/LinuxPAServer23.0.tar.gz ENV PA_SERVER_VERSION=23.0 # Install build dependencies