Skip to content

Commit

Permalink
fix: wrong base image for garden-gcloud container build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastiaan (Bas) Peters committed Jun 19, 2019
1 parent 80e7cf1 commit c4d2d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garden-service/gcloud.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG NAME
ARG TAG
FROM gardendev/garden-gcloud:${TAG}
FROM gardendev/garden:${TAG}

RUN apk add --no-cache python \
&& mkdir -p /gcloud \
Expand Down

0 comments on commit c4d2d81

Please sign in to comment.