diff --git a/Dockerfile b/Dockerfile index 0bf13b8..7380e7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ FROM ubuntu:jammy AS builder ARG password=securepass ENV PA_SERVER_PASSWORD=$password -ENV PA_SERVER_URL=https://altd.embarcadero.com/releases/studio/23.0/123/123May/LinuxPAServer23.0.tar.gz -ENV PA_SERVER_VERSION=23.0 +ENV PA_SERVER_URL=https://altd.embarcadero.com/releases/studio/37.0/130/LinuxPAServer37.0.tar.gz +ENV PA_SERVER_VERSION=37.0 # Install build dependencies RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yy --no-install-recommends \ diff --git a/build.sh b/build.sh index 0c27a81..506e782 100755 --- a/build.sh +++ b/build.sh @@ -6,8 +6,8 @@ set -e # Variables for image name and tags IMAGE_NAME="radstudio/paserver" TAG_LATEST="latest" -TAG_VERSION="athens" -TAG_NUMERIC="12.3.2" +TAG_VERSION="florence" +TAG_NUMERIC="13.0" # Build the Docker image with the first tag docker build . \