Update debian-base image
This commit is contained in:
parent
227f974651
commit
209405940c
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM k8s.gcr.io/debian-base:v2.0.0
|
||||
FROM us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:v2.1.0
|
||||
|
||||
ENV TERRAFORM_VERSION 0.12.19
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM k8s.gcr.io/debian-base:v2.0.0
|
||||
FROM us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:v2.1.0
|
||||
|
||||
ENV TERRAFORM_VERSION 0.12.19
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM k8s.gcr.io/debian-base:v2.0.0
|
||||
FROM us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:v2.1.0
|
||||
|
||||
COPY . /
|
||||
|
||||
|
|
Loading…
Reference in a new issue