Skip to content

Commit 5c1e02f

Browse files
authored
Merge pull request #19 from Embarcadero/12.3
Script updated to 12.3 Athens
2 parents c5dc0f6 + 079abc7 commit 5c1e02f

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
@@ -32,7 +32,7 @@ RUN ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib/libc.so.6
3232

3333
#====GET ZIP FILES====
3434
ADD https://altd.embarcadero.com/getit/public/libraries/RADServer/RADServerLinux-20240402.zip ./radserver.zip
35-
ADD http://altd.embarcadero.com/releases/studio/23.0/122/1221/LinuxPAServer23.0.tar.gz ./paserver.tar.gz
35+
ADD https://altd.embarcadero.com/releases/studio/23.0/123/LinuxPAServer23.0.tar.gz ./paserver.tar.gz
3636

3737
RUN unzip radserver.zip
3838
RUN tar xvzf paserver.tar.gz

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ docker build --build-arg password=securepass \
44
--platform linux/amd64 \
55
--tag=radstudio/pa-radserver-ib:latest \
66
--tag=radstudio/pa-radserver-ib:athens \
7-
--tag=radstudio/pa-radserver-ib:12.2.1 \
7+
--tag=radstudio/pa-radserver-ib:12.3 \
88
.

0 commit comments

Comments
 (0)