Skip to content

Commit

Permalink
build: update core version number
Browse files Browse the repository at this point in the history
  • Loading branch information
apaletta3 committed Mar 25, 2024
1 parent c69563f commit 2943bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apt-get update -y \

ARG TARGETPLATFORM
ARG OSTK_CORE_MAJOR="2"
ARG OSTK_CORE_MINOR="1"
ARG OSTK_CORE_MINOR="2"

## Force an image rebuild when new Core patch versions are detected
ADD https://api.github.com/repos/open-space-collective/open-space-toolkit-core/git/matching-refs/tags/${OSTK_CORE_MAJOR}.${OSTK_CORE_MINOR} /tmp/open-space-toolkit-core/versions.json
Expand Down

0 comments on commit 2943bd3

Please sign in to comment.