diff --git a/images/cross/Dockerfile b/images/cross/Dockerfile index f8dfd48aad30..6825bbf0ebe3 100644 --- a/images/cross/Dockerfile +++ b/images/cross/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:16.04 +FROM ubuntu:xenial-20210114 # install build tools, compilers and cross compilers for all supported platforms RUN DEBIAN_FRONTEND=noninteractive apt-get update && \