mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
Update Dockerfile with latest versions.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
9cd7bc7b3e
commit
48d92f53a0
1 changed files with 4 additions and 4 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue