CI: use gotorrent from git; use rust-bullseye

This commit is contained in:
Joakim Frostegård 2021-08-16 19:35:16 +02:00
parent 82a36041b3
commit 7b4e00bb79
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# Container image that runs your code
FROM rust:latest
FROM rust:bullseye
# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh