Skip to content

Commit

Permalink
Bumped bay-cli to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria committed Aug 29, 2024
1 parent 2e9a217 commit 5439cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/php/Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM uselagoon/php-${PHP_VERSION}-cli-drupal:latest

ARG GOJQ_VERSION=0.12.16
ARG DOCKERIZE_VERSION=v0.8.0
ARG BAY_CLI_VERSION=v1.1.2
ARG BAY_CLI_VERSION=v1.1.3

COPY --from=php-cli /usr/local/bin/phpdbg /usr/local/bin/
ENV WEBROOT=docroot
Expand Down
2 changes: 1 addition & 1 deletion images/php/Dockerfile.fpm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PHP_VERSION=8.2
FROM uselagoon/php-${PHP_VERSION}-fpm:latest

ARG BAY_CLI_VERSION=v1.1.2
ARG BAY_CLI_VERSION=v1.1.3

RUN mkdir /bay
COPY 01-bay.ini /usr/local/etc/php/conf.d/
Expand Down

0 comments on commit 5439cff

Please sign in to comment.