Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Fix Dockerfile to use latest Fedora version
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi committed Oct 11, 2023
1 parent 78de406 commit 1ac41fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_containers/fedora_tang_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM fedora:35
FROM fedora:latest
RUN dnf upgrade -y
RUN dnf install -y tang curl socat procps jq
RUN /usr/libexec/tangd-keygen /var/db/tang

Expand Down

0 comments on commit 1ac41fb

Please sign in to comment.