chore(deps): update docker.io/ubuntu docker tag to v20.10

This commit is contained in:
renovate[bot] 2024-02-09 09:14:51 +00:00 committed by GitHub
parent e74e9b7e86
commit e618e8528c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -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