Skip to content

Commit 5a4af11

Browse files
committed
Script update to 13 Florence
1 parent 0a25b0b commit 5a4af11

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM ubuntu:jammy AS builder
44
ARG password=securepass
55

66
ENV 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
1111
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yy --no-install-recommends \

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ set -e
66
# Variables for image name and tags
77
IMAGE_NAME="radstudio/paserver"
88
TAG_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
1313
docker build . \

0 commit comments

Comments
 (0)