Skip to content

Commit

Permalink
Swap runtime base image
Browse files Browse the repository at this point in the history
  • Loading branch information
jari-hodju committed Jun 19, 2023
1 parent 52155a7 commit 013b8b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tii-microxrce-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN /packaging/build.sh
# ▲ runtime ──┐
# └── build ▼

FROM ghcr.io/tiiuae/fog-ros-baseimage:v2.1.0
FROM ghcr.io/tiiuae/fog-ros-baseimage:feat-caml-proxy

HEALTHCHECK --interval=5s \
CMD fog-health check --metric=messages_from_flightcontroller_count --diff-gte=1.0 \
Expand Down

0 comments on commit 013b8b6

Please sign in to comment.