Skip to content

Commit 82033e5

Browse files
committed
added Dockerfile
1 parent f8d70d8 commit 82033e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deployer-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN envsubst < /workspace/schema.yaml > /workspace/schema.yaml.processed && \
2424
# Stage 2: Deployer
2525
FROM gcr.io/cloud-marketplace-tools/k8s/deployer_envsubst:latest
2626

27-
ARG TERRAFORM_VERSION=1.10.3
27+
ARG TERRAFORM_VERSION=1.13.4
2828
ARG YQ_VERSION=4.44.6
2929

3030
# Update base system and install security patches
@@ -68,4 +68,4 @@ RUN chmod +x /data/deploy.sh
6868
COPY terraform/ /data/terraform/
6969

7070
# Define entrypoint
71-
ENTRYPOINT ["/data/deploy.sh"]
71+
ENTRYPOINT ["/data/deploy.sh"]

0 commit comments

Comments
 (0)