Skip to content

Commit 8533247

Browse files
committed
Update ci-docker refs
1 parent af1411f commit 8533247

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
build:
3131
name: Build documentation
3232
runs-on: ubuntu-latest
33-
container: ghcr.io/educelab/ci-docker:static.12.1
33+
container: ghcr.io/educelab/ci-docker:static.12.2
3434
timeout-minutes: 180
3535
env:
36-
CMAKE_PREFIX_PATH: "/usr/local/Qt-6.7.2/"
36+
CMAKE_PREFIX_PATH: "/usr/local/Qt-6.10.0/"
3737
steps:
3838
- name: Checkout code
3939
uses: actions/checkout@v4

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# - https://gh.io/using-larger-runners (GitHub.com only)
2929
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
3030
runs-on: 'ubuntu-latest'
31-
container: ghcr.io/educelab/ci-docker:static.12.1
31+
container: ghcr.io/educelab/ci-docker:static.12.2
3232
timeout-minutes: 360
3333
permissions:
3434
# required for all workflows
@@ -38,7 +38,7 @@ jobs:
3838
packages: read
3939
env:
4040
EXTRA_CMAKE_FLAGS: "-DVC_BUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DVC_BUILD_TESTS=ON"
41-
CMAKE_PREFIX_PATH: "/usr/local/Qt-6.7.2/"
41+
CMAKE_PREFIX_PATH: "/usr/local/Qt-6.10.0/"
4242
strategy:
4343
fail-fast: false
4444
matrix:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/educelab/ci-docker:dynamic.13.0
1+
FROM ghcr.io/educelab/ci-docker:dynamic.12.2
22
LABEL org.opencontainers.image.authors="Seth Parker <c.seth.parker@uky.edu>"
33

44
ARG VC_GIT_SHA1

0 commit comments

Comments
 (0)