Skip to content

Commit 57ce4e1

Browse files
committed
added ubuntu image
1 parent 2a913e6 commit 57ce4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployer-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN envsubst < /workspace/schema.yaml > /workspace/schema.yaml.processed && \
2020
mv /workspace/schema.yaml.processed /workspace/schema.yaml
2121

2222
# Stage 2: Deployer
23-
FROM gcr.io/cloud-marketplace-tools/k8s/deployer_envsubst:latest
23+
FROM ubuntu:22.04
2424

2525
ARG TERRAFORM_VERSION=1.5.3
2626

0 commit comments

Comments
 (0)