Skip to content

Commit 0a25b0b

Browse files
authored
Merge pull request #31 from Embarcadero/12.3.2
Script update to 12.3.2 (May)
2 parents 0da07c6 + f35655a commit 0a25b0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:jammy AS builder
44
ARG password=securepass
55

66
ENV PA_SERVER_PASSWORD=$password
7-
ENV PA_SERVER_URL=https://altd.embarcadero.com/releases/studio/23.0/123/LinuxPAServer23.0.tar.gz
7+
ENV PA_SERVER_URL=https://altd.embarcadero.com/releases/studio/23.0/123/123May/LinuxPAServer23.0.tar.gz
88
ENV PA_SERVER_VERSION=23.0
99

1010
# Install build dependencies

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
IMAGE_NAME="radstudio/paserver"
88
TAG_LATEST="latest"
99
TAG_VERSION="athens"
10-
TAG_NUMERIC="12.3"
10+
TAG_NUMERIC="12.3.2"
1111

1212
# Build the Docker image with the first tag
1313
docker build . \

0 commit comments

Comments
 (0)