Skip to content

Commit

Permalink
Correct copied path for kotlinc for vscode image (#25462)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
  • Loading branch information
2 people authored and pull[bot] committed Oct 10, 2023
1 parent 6c278fd commit 4479392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build-vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY --from=nrf /opt/NordicSemiconductor/nrfconnect /opt/NordicSemiconductor/nrf

COPY --from=android /opt/android/sdk /opt/android/sdk
COPY --from=android /opt/android/android-ndk-r21b /opt/android/android-ndk-r21b
COPY --from=android /usr/lib/kotlinc/bin /usr/lib/kotlinc/bin
COPY --from=android /usr/lib/kotlinc /usr/lib/kotlinc

COPY --from=mbedos /opt/openocd/ /opt/openocd/

Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.47 Version bump reason: [nrfconnect] Update nRF Connect SDK version.
0.6.48 Version bump reason: [android] Correct kotlinc path for vscode image

0 comments on commit 4479392

Please sign in to comment.