Update Dockerfile with latest versions.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -18,7 +18,7 @@ WORKDIR /home/builduser
|
|||||||
|
|
||||||
VOLUME /home/builduser/release
|
VOLUME /home/builduser/release
|
||||||
|
|
||||||
ARG VERSION_PICO_SDK 1.4.0
|
ARG VERSION_PICO_SDK 2.0.0
|
||||||
|
|
||||||
RUN mkdir -p /home/builduser/Devel/pico
|
RUN mkdir -p /home/builduser/Devel/pico
|
||||||
RUN cd /home/builduser/Devel/pico \
|
RUN cd /home/builduser/Devel/pico \
|
||||||
@@ -29,8 +29,8 @@ RUN cd /home/builduser/Devel/pico \
|
|||||||
|
|
||||||
RUN pip install cryptography
|
RUN pip install cryptography
|
||||||
|
|
||||||
ARG VERSION_MAJOR 2
|
ARG VERSION_MAJOR 4
|
||||||
ARG VERSION_MINOR 6
|
ARG VERSION_MINOR 2
|
||||||
|
|
||||||
RUN cd /home/builduser \
|
RUN cd /home/builduser \
|
||||||
&& git clone https://github.com/polhenarejos/pico-hsm.git \
|
&& git clone https://github.com/polhenarejos/pico-hsm.git \
|
||||||
|
|||||||
Reference in New Issue
Block a user