From f35655ae2729732a01939738a6869be9b3675db2 Mon Sep 17 00:00:00 2001 From: lmbelo Date: Thu, 5 Jun 2025 12:55:02 +0000 Subject: [PATCH] Script update to 12.3.2 (May) --- Dockerfile | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1e9977b..0bf13b8 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/123/LinuxPAServer23.0.tar.gz +ENV PA_SERVER_URL=https://altd.embarcadero.com/releases/studio/23.0/123/123May/LinuxPAServer23.0.tar.gz ENV PA_SERVER_VERSION=23.0 # Install build dependencies diff --git a/build.sh b/build.sh index 13970f2..0c27a81 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ set -e IMAGE_NAME="radstudio/paserver" TAG_LATEST="latest" TAG_VERSION="athens" -TAG_NUMERIC="12.3" +TAG_NUMERIC="12.3.2" # Build the Docker image with the first tag docker build . \