Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 . \
Expand Down