We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d70d8 commit 82033e5Copy full SHA for 82033e5
1 file changed
deployer-image/Dockerfile
@@ -24,7 +24,7 @@ RUN envsubst < /workspace/schema.yaml > /workspace/schema.yaml.processed && \
24
# Stage 2: Deployer
25
FROM gcr.io/cloud-marketplace-tools/k8s/deployer_envsubst:latest
26
27
-ARG TERRAFORM_VERSION=1.10.3
+ARG TERRAFORM_VERSION=1.13.4
28
ARG YQ_VERSION=4.44.6
29
30
# Update base system and install security patches
@@ -68,4 +68,4 @@ RUN chmod +x /data/deploy.sh
68
COPY terraform/ /data/terraform/
69
70
# Define entrypoint
71
-ENTRYPOINT ["/data/deploy.sh"]
+ENTRYPOINT ["/data/deploy.sh"]
0 commit comments