Browse Source

Builder: update to v0.1.5 to add intelhex

Pierre Kancir 7 months ago
parent
commit
58f45472a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      builder/Dockerfile

+ 1 - 1
builder/Dockerfile

@@ -1,4 +1,4 @@
-FROM ardupilot/ardupilot-dev-chibios:v0.1.4
+FROM ardupilot/ardupilot-dev-chibios:v0.1.5
 
 RUN groupadd -g 999 ardupilot && \
     useradd -u 999 -g 999 -m ardupilot --shell /bin/false && \