Skip to content

Commit

Permalink
idf version dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Aug 27, 2024
1 parent ae67b81 commit e500cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ESP_IDF_VERSION=4.4
ARG NIM_VERSION=1.6.20
ARG IMAGE=ghcr.io/embeddednim/esp-idf:${IDF_VERSION}-nim_${NIM_VERSION}-latest
ARG IMAGE=ghcr.io/embeddednim/esp-idf:${ESP_IDF_VERSION}-nim_${NIM_VERSION}-latest

FROM $IMAGE AS build

Expand Down

0 comments on commit e500cfd

Please sign in to comment.