refactored base image selection
parent
612cf9ff8f
commit
a9a4291fcb
@ -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