Browse Source

Builder: update base image for dds

Pierre Kancir 9 months ago
parent
commit
fcab236fba
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.3
+FROM ardupilot/ardupilot-dev-chibios:v0.1.4
 
 RUN groupadd -g 999 ardupilot && \
     useradd -u 999 -g 999 -m ardupilot --shell /bin/false && \