Skip to content

Commit

Permalink
Updated php version in ci-builder image.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria committed Jan 16, 2024
1 parent 83334d1 commit 2f53b56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions images/awx-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ additional_build_steps:
RUN set -eux; \
curl -sSL https://packages.sury.org/php/README.txt | bash -x; \
apt-get update && apt-get install -y \
php8.1-cli \
php8.1-gd \
php8.1-zip; \
php8.3-cli \
php8.3-gd \
php8.3-zip; \
rm -rf /var/lib/apt/lists/*;
- | # Install cli tools.
Expand Down
2 changes: 1 addition & 1 deletion images/ci-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM hashicorp/terraform:latest AS terraform
FROM php:8.1-cli-alpine
FROM php:8.3-cli-alpine
ARG AHOY_VERSION=2.1.1
ARG GOJQ_VERSION=0.12.4
ARG HUB_VERSION=2.14.2
Expand Down

0 comments on commit 2f53b56

Please sign in to comment.