summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJosh French <josh.french@rstudio.com>2022-10-11 11:13:38 -0400
committerJosh French <josh.french@rstudio.com>2022-10-11 11:13:38 -0400
commit1d14ffdb3007ee906a59e0392d4ae78f797d8e77 (patch)
tree9ebb244cfff67ec2dbdbbd4c15cbaa53f20d9290 /Dockerfile
parent2f0f47dc430b9550e9464f3638ba94d8d3ff8950 (diff)
Use makefile for a reusable docker image
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index dd98a29..cf25a84 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,4 @@
-FROM zmkfirmware/zmk-build-arm:2.4
-
-RUN mkdir -p /app/firmware
+FROM zmkfirmware/zmk-build-arm:stable
WORKDIR /app