1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-27 03:11:03 +00:00

Update base images to Ubuntu 20.04

This commit is contained in:
Sebastiaan van Steenis 2020-07-15 11:12:47 +02:00
parent 757caab8c0
commit 0af6b8f24d
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
FROM ubuntu:16.04 FROM ubuntu:20.04
# FROM arm=armhf/ubuntu:16.04 # FROM arm=armhf/ubuntu:20.04 arm64=arm64v8/ubuntu:20.04
ARG DAPPER_HOST_ARCH ARG DAPPER_HOST_ARCH
ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH} ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH}

View File

@ -1,3 +1,3 @@
FROM ubuntu:16.04 FROM ubuntu:20.04
COPY rke /usr/bin/ COPY rke /usr/bin/
CMD ["rke"] CMD ["rke"]