Skip to content

Commit

Permalink
docker-compose: Pin teuthology to Ubuntu 22.04
Browse files Browse the repository at this point in the history
Until it can get updated.

Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Jun 4, 2024
1 parent 2f66157 commit 4d646f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker-compose/teuthology/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:22.04
ARG SSH_PRIVKEY_FILE=id_ed25519
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
Expand Down

0 comments on commit 4d646f0

Please sign in to comment.