Skip to content

Commit

Permalink
Updated gojq
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria committed Dec 12, 2024
1 parent 1d29205 commit f644f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/ci-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM hashicorp/terraform:latest AS terraform
FROM php:8.3-cli-alpine
ARG AHOY_VERSION=2.2.0
ARG GOJQ_VERSION=0.12.16
ARG GOJQ_VERSION=0.12.17
ARG HUB_VERSION=2.14.2
ARG LAGOON_CLI_VERSION=0.21.3

Expand Down
2 changes: 1 addition & 1 deletion images/php/Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM uselagoon/php-${PHP_VERSION}-cli-drupal:latest
# Remove unnecessary packages that increase our attack surface area.
RUN apk del postgresql-client

ARG GOJQ_VERSION=0.12.16
ARG GOJQ_VERSION=0.12.17
ARG DOCKERIZE_VERSION=v0.8.0
ARG BAY_CLI_VERSION=v1.2.0

Expand Down

0 comments on commit f644f7b

Please sign in to comment.