refactored base image selection
This commit is contained in:
+4
-2
@@ -1,3 +1,5 @@
|
||||
FROM google/cloud-sdk:<VERSION>
|
||||
ARG BASE_IMAGE=google/cloud-sdk:latest
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
RUN apk add -U --no-cache openssl
|
||||
|
||||
RUN apk add -U --no-cache openssl
|
||||
Reference in New Issue
Block a user