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