CI: use bullseye again

This commit is contained in:
Joakim Frostegård 2021-08-16 20:05:41 +02:00
parent a268544a1b
commit cf25586bcb

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