File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib/libc.so.6
32
32
33
33
# ====GET ZIP FILES====
34
34
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
36
36
37
37
RUN unzip radserver.zip
38
38
RUN tar xvzf paserver.tar.gz
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ docker build --build-arg password=securepass \
4
4
--platform linux/amd64 \
5
5
--tag=radstudio/pa-radserver-ib:latest \
6
6
--tag=radstudio/pa-radserver-ib:athens \
7
- --tag=radstudio/pa-radserver-ib:12.2.1 \
7
+ --tag=radstudio/pa-radserver-ib:12.3 \
8
8
.
You can’t perform that action at this time.
0 commit comments