Skip to content

Commit 66478b5

Browse files
author
Hrvoje Cavrak
committed
Removing pinned versions from Dockerfile for now.
1 parent bdd2699 commit 66478b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3.21.2
22

3-
RUN apk add --no-cache gcc-arm-none-eabi=14.2.0-r0 g++-arm-none-eabi=14.2.0-r1 build-base=0.5-r3 cmake=3.31.1-r0 python3=3.12.8-r1 py3-jinja2=3.1.5-r0
3+
RUN apk add --no-cache gcc-arm-none-eabi g++-arm-none-eabi build-base cmake python3 py3-jinja2
44
WORKDIR /deskhop
55
CMD ["sh", "-c", "cmake -S . -B build && cmake --build build"]

0 commit comments

Comments
 (0)