Skip to content

Commit

Permalink
sel4test-hw: un-pin upstream image version
Browse files Browse the repository at this point in the history
This reverts commit dfd143c.

The failures mentioned in this commit have (hopefully) been resolved,
and we want to pick up the switch to clang-12.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Oct 12, 2024
1 parent 0c7fc2d commit 6bf654a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sel4test-hw/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG WORKSPACE=/workspace
ARG SCRIPTS=/ci-scripts
ARG ACTION=sel4test-hw

FROM trustworthysystems/sel4:2024_07_11
FROM trustworthysystems/sel4:latest

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 6bf654a

Please sign in to comment.