summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2021-06-19 11:13:35 +0100
committerPete Johanson <peter@peterjohanson.com>2021-07-17 17:04:25 -0400
commit03a39680180a0d459d054193c44228a1987ca11c (patch)
tree6260f75a6b59e5e633942f060460f384d2740721 /.devcontainer
parent5542c105ed89a31275bee2217ddb9b7db2d28ac1 (diff)
feat(devcontainer): bump `zmk-dev-arm` to `2.5`
PR: https://github.com/zmkfirmware/zmk/pull/736
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 7808779..40cf129 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
-FROM zmkfirmware/zmk-dev-arm:2.4
+FROM zmkfirmware/zmk-dev-arm:2.5
COPY .bashrc tmp
RUN mv /tmp/.bashrc ~/.bashrc