Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated various deps #343

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions images/awx-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ additional_build_steps:
- ARG COMPOSER_VERSION="2.7.7"
- ARG HUB_VERSION="2.14.2"
- ARG GOJQ_VERSION="0.12.17"
- ARG HELM_VERSION="3.16.3"
- ARG YAMLFMT_VERSION="0.14.0"
- ARG HELM_VERSION="3.17.0"
- ARG YAMLFMT_VERSION="0.15.0"
- ARG KUBECTL_VERSION="1.32.0"

append_final:
Expand Down
2 changes: 1 addition & 1 deletion images/mailpit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

FROM alpine:latest
ARG MAILPIT_VERSION=1.21.6
ARG MAILPIT_VERSION=1.21.8

# Install ca-certificates, required for the "release message" feature:
RUN apk --no-cache add \
Expand Down
2 changes: 1 addition & 1 deletion images/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM uselagoon/node-20:latest
ARG BAY_CLI_VERSION=v1.2.0
ARG BAY_CLI_VERSION=v1.3.0


RUN apk --update add curl git findutils openssh-client && \
Expand Down
4 changes: 2 additions & 2 deletions images/php/Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ FROM uselagoon/php-${PHP_VERSION}-cli-drupal:latest
RUN apk del postgresql-client

ARG GOJQ_VERSION=0.12.17
ARG DOCKERIZE_VERSION=v0.8.0
ARG BAY_CLI_VERSION=v1.2.0
ARG DOCKERIZE_VERSION=v0.9.2
ARG BAY_CLI_VERSION=v1.3.0

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
Expand Up @@ -2,7 +2,7 @@ ARG PHP_VERSION=8.3
FROM ghcr.io/dpc-sdp/bay/php-fpm-exporter:6.x AS php-fpm-exporter
FROM uselagoon/php-${PHP_VERSION}-fpm:latest

ARG BAY_CLI_VERSION=v1.2.0
ARG BAY_CLI_VERSION=v1.3.0

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