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

This commit is contained in:
renovate[bot] 2024-02-09 12:52:09 +00:00 committed by GitHub
parent 969948be96
commit 6379682a45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/ubuntu:20.04 AS azuredcap
FROM docker.io/ubuntu:24.04 AS azuredcap
WORKDIR /build
ADD https://github.com/microsoft/Azure-DCAP-Client/archive/refs/tags/1.12.0.tar.gz ./Azure-DCAP-Client.tar.gz
RUN tar -xvf Azure-DCAP-Client.tar.gz