We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0da07c6 + f35655a commit 0a25b0bCopy full SHA for 0a25b0b
Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:jammy AS builder
4
ARG password=securepass
5
6
ENV PA_SERVER_PASSWORD=$password
7
-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
8
ENV PA_SERVER_VERSION=23.0
9
10
# Install build dependencies
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"
11
12
# Build the Docker image with the first tag
13
docker build . \
0 commit comments