File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ FROM ubuntu:jammy AS builder
44ARG password=securepass
55
66ENV PA_SERVER_PASSWORD=$password
7- ENV PA_SERVER_URL=https ://altd.embarcadero.com/releases/studio/23 .0/123/123May/LinuxPAServer23 .0.tar.gz
8- ENV PA_SERVER_VERSION=23 .0
7+ ENV PA_SERVER_URL=http ://altd.embarcadero.com/releases/studio/37 .0/130/LinuxPAServer37 .0.tar.gz
8+ ENV PA_SERVER_VERSION=37 .0
99
1010# Install build dependencies
1111RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yy --no-install-recommends \
Original file line number Diff line number Diff line change 66# Variables for image name and tags
77IMAGE_NAME=" radstudio/paserver"
88TAG_LATEST=" latest"
9- TAG_VERSION=" athens "
10- TAG_NUMERIC=" 12.3.2 "
9+ TAG_VERSION=" florence "
10+ TAG_NUMERIC=" 13.0 "
1111
1212# Build the Docker image with the first tag
1313docker build . \
You can’t perform that action at this time.
0 commit comments