We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9063d85 + bbe1b37 commit 0da07c6Copy full SHA for 0da07c6
Dockerfile
@@ -1,10 +1,10 @@
1
# Build Stage
2
-FROM ubuntu:jammy as builder
+FROM ubuntu:jammy AS builder
3
4
ARG password=securepass
5
6
ENV PA_SERVER_PASSWORD=$password
7
-ENV PA_SERVER_URL=https://altd.embarcadero.com/releases/studio/23.0/122/1221/LinuxPAServer23.0.tar.gz
+ENV PA_SERVER_URL=https://altd.embarcadero.com/releases/studio/23.0/123/LinuxPAServer23.0.tar.gz
8
ENV PA_SERVER_VERSION=23.0
9
10
# Install build dependencies
build.sh
@@ -7,7 +7,7 @@ set -e
IMAGE_NAME="radstudio/paserver"
TAG_LATEST="latest"
TAG_VERSION="athens"
-TAG_NUMERIC="12.2.1"
+TAG_NUMERIC="12.3"
11
12
# Build the Docker image with the first tag
13
docker build . \
0 commit comments