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.
1 parent c5dc0f6 commit 476a01aCopy full SHA for 476a01a
Dockerfile
@@ -32,7 +32,7 @@ RUN ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib/libc.so.6
32
33
#====GET ZIP FILES====
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
+ADD https://altd.embarcadero.com/releases/studio/23.0/123/LinuxPAServer23.0.tar.gz ./paserver.tar.gz
36
37
RUN unzip radserver.zip
38
RUN tar xvzf paserver.tar.gz
0 commit comments