I am working on LaTeX and R. I want to put text (here itemize top aligned) in minipage.

In the attached image (dummy image with itemize text), how can I put itemize
. First line
. Second line
on the top?

\begin{mdframed}[roundcorner=10pt,leftmargin=1, rightmargin=1,
linecolor=goldenpoppy,outerlinewidth=.5,
innerleftmargin=8,innertopmargin=8,innerbottommargin=8]
\begin{minipage}{0.2\linewidth}
\includegraphics[width=.88\textwidth]{images}
\end{minipage}
\hspace{.1mm}
\begin{minipage}{0.6\linewidth}
\begin{itemize}
\item first line
\item second line
\end{itemize}
\end{minipage}
\end{mdframed}
