Skip to content

Commit

Permalink
Bump lagoon-cli to 0.21.3 in awx-ee
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria authored May 9, 2024
1 parent 5df2a49 commit 49db14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/awx-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ additional_build_steps:
- LABEL org.opencontainers.image.title="SDP AWX Execution Environment image."
- LABEL org.opencontainers.image.description="Provides an AWX execution environment image optimised for use with SDP. Built with ansible-builder."
- LABEL org.opencontainers.image.source="https://github.com/dpc-sdp/bay/blob/5.x/images/awx-ee/"
- ARG LAGOON_CLI_VERSION=v0.15.4
- ARG LAGOON_CLI_VERSION=v0.21.3
- ARG NVM_INSTALL_VERSION=v0.39.7
- ARG NODE_VERSION=v18.17.0
- ARG NVM_DIR="/runner/.nvm"
Expand Down Expand Up @@ -87,4 +87,4 @@ additional_build_steps:
&& chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
&& apt update \
&& DEBIAN_FRONTEND=noninteractive apt install gh -y
&& DEBIAN_FRONTEND=noninteractive apt install gh -y

0 comments on commit 49db14f

Please sign in to comment.