mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
CI: use bullseye again
This commit is contained in:
parent
a268544a1b
commit
cf25586bcb
1 changed files with 1 additions and 1 deletions
2
.github/actions/test-transfer/Dockerfile
vendored
2
.github/actions/test-transfer/Dockerfile
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue