Skip to content

Commit 0da07c6

Browse files
authored
Merge pull request #30 from Embarcadero/12.3
Script update to 12.3 Athens
2 parents 9063d85 + bbe1b37 commit 0da07c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Build Stage
2-
FROM ubuntu:jammy as builder
2+
FROM ubuntu:jammy AS builder
33

44
ARG password=securepass
55

66
ENV PA_SERVER_PASSWORD=$password
7-
ENV PA_SERVER_URL=https://altd.embarcadero.com/releases/studio/23.0/122/1221/LinuxPAServer23.0.tar.gz
7+
ENV PA_SERVER_URL=https://altd.embarcadero.com/releases/studio/23.0/123/LinuxPAServer23.0.tar.gz
88
ENV PA_SERVER_VERSION=23.0
99

1010
# Install build dependencies

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
IMAGE_NAME="radstudio/paserver"
88
TAG_LATEST="latest"
99
TAG_VERSION="athens"
10-
TAG_NUMERIC="12.2.1"
10+
TAG_NUMERIC="12.3"
1111

1212
# Build the Docker image with the first tag
1313
docker build . \

0 commit comments

Comments
 (0)