Skip to content

Commit

Permalink
Merge pull request #14 from lmbelo/main
Browse files Browse the repository at this point in the history
Script updated to 12.2 Athens
  • Loading branch information
checkdigits authored Oct 21, 2024
2 parents 6f7201e + 5ded11f commit 2562688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib/libc.so.6

#====GET ZIP FILES====
ADD https://altd.embarcadero.com/getit/public/libraries/RADServer/RADServerLinux-20240402.zip ./radserver.zip
ADD https://altd.embarcadero.com/releases/studio/23.0/121/1211/LinuxPAServer23.0.tar.gz ./paserver.tar.gz
ADD https://altd.embarcadero.com/releases/studio/23.0/122/LinuxPAServer23.0.tar.gz ./paserver.tar.gz

RUN unzip radserver.zip
RUN tar xvzf paserver.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ else
--platform linux/amd64 \
--tag radstudio/pa-radserver:latest \
--tag radstudio/pa-radserver:athens \
--tag radstudio/pa-radserver:12.1.1 \
--tag radstudio/pa-radserver:12.2 \
.
fi

0 comments on commit 2562688

Please sign in to comment.