mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 23:44:48 +02:00
chore(deps): update docker.io/ubuntu docker tag to v20.10
This commit is contained in:
parent
e74e9b7e86
commit
e618e8528c
5 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry --mount=type=cache,targe
|
|||
cargo build --locked --target x86_64-unknown-linux-gnu --release -p verify-attestation --bin verify-attestation \
|
||||
&& mv ./target/x86_64-unknown-linux-gnu/release/verify-attestation ./
|
||||
|
||||
FROM docker.io/ubuntu:20.04
|
||||
FROM docker.io/ubuntu:20.10
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y curl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue