Skip to content

Commit

Permalink
[DDS-1874] Cast php version to variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Feb 29, 2024
1 parent 82404ed commit a6bc1cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions images/awx-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ additional_build_steps:
- ARG NVM_INSTALL_VERSION=v0.39.7
- ARG NODE_VERSION=v18.17.0
- ARG NVM_DIR="/runner/.nvm"
- ARG PHP_VERSION="8.2"
- ARG PHP_VERSION="8.3"

append_final:
- | # Required dependencies.
Expand All @@ -44,11 +44,11 @@ additional_build_steps:
RUN set -eux; \
curl -sSL https://packages.sury.org/php/README.txt | bash -x; \
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
php8.3-cli \
php8.3-curl \
php8.3-gd \
php8.3-xml \
php8.3-zip; \
php${PHP_VERSION}-cli \
php${PHP_VERSION}-curl \
php${PHP_VERSION}-gd \
php${PHP_VERSION}-xml \
php${PHP_VERSION}-zip; \
rm -rf /var/lib/apt/lists/*;
- | # Install cli tools.
Expand Down

0 comments on commit a6bc1cc

Please sign in to comment.