Skip to content

Commit

Permalink
Merge pull request #151 from MissouriMRDT/topic/package-updates
Browse files Browse the repository at this point in the history
Update Libraries
  • Loading branch information
Byrdman32 authored Dec 24, 2023
2 parents 3fced94 + 3d6f775 commit 3673fc6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile_Focal
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ ARG CUDA_MINOR="7"
ARG CUDA_PATCH="0"
ARG ZED_MAJOR="4"
ARG ZED_MINOR="0"
ARG CMAKE_VERSION="3.24.3"
ARG OPENCV_VERSION="4.8.0"
ARG CMAKE_VERSION="3.27.9"
ARG OPENCV_VERSION="4.8.1"
ARG GEOLIB_VERSION="v2.3"
ARG QUILL_VERSION="v3.3.1"
ARG QUILL_VERSION="v3.5.0"
ARG GTEST_VERSION="v1.14.0"
ARG TZ="America/Chicago"

Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile_Jammy
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ ARG CUDA_MINOR="7"
ARG CUDA_PATCH="0"
ARG ZED_MAJOR="4"
ARG ZED_MINOR="0"
ARG CMAKE_VERSION="3.24.3"
ARG OPENCV_VERSION="4.8.0"
ARG CMAKE_VERSION="3.27.9"
ARG OPENCV_VERSION="4.8.1"
ARG GEOLIB_VERSION="v2.3"
ARG QUILL_VERSION="v3.3.1"
ARG QUILL_VERSION="v3.5.0"
ARG GTEST_VERSION="v1.14.0"
ARG TZ="America/Chicago"

Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile_JetPack
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ ARG L4T_PATCH="1"
ARG L4T_BASE="l4t-jetpack"
ARG ZED_MAJOR="4"
ARG ZED_MINOR="0"
ARG CMAKE_VERSION="3.24.3"
ARG OPENCV_VERSION="4.8.0"
ARG CMAKE_VERSION="3.27.9"
ARG OPENCV_VERSION="4.8.1"
ARG GEOLIB_VERSION="v2.3"
ARG QUILL_VERSION="v3.3.1"
ARG QUILL_VERSION="v3.5.0"
ARG GTEST_VERSION="v1.14.0"
ARG TZ="America/Chicago"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ jobs:
- name: Set up Docker Buildx
if: steps.changed-files.outputs.dev_any_changed == 'true'
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to Github Packages
if: steps.changed-files.outputs.dev_any_changed == 'true'
Expand Down

0 comments on commit 3673fc6

Please sign in to comment.