Skip to content

Commit

Permalink
Bump lagoon-cli to 0.21.3 (5.x) (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria authored May 9, 2024
1 parent 908fd27 commit 1b9aa83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion images/ci-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.2-cli-alpine
ARG AHOY_VERSION=2.1.1
ARG GOJQ_VERSION=0.12.4
ARG HUB_VERSION=2.14.2
ARG LAGOON_CLI_VERSION=0.19.0
ARG LAGOON_CLI_VERSION=0.21.3

# Ensure temp files dont end up in image.
VOLUME /tmp
Expand Down

0 comments on commit 1b9aa83

Please sign in to comment.