Skip to content

Commit

Permalink
Updated other images to php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria committed Jan 17, 2024
1 parent 4fa86b4 commit b81c059
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.2-cli \
php8.2-gd \
php8.2-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.2-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 b81c059

Please sign in to comment.