Merge pull request #5323 from charlieok/update_dockerfile_to_debian_11

Update base image used by Dockerfile from debian 10 to debian 11
This commit is contained in:
Kris Nuttycombe 2022-02-10 18:29:01 -07:00 committed by GitHub
commit 30c20c0046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM debian:10
FROM debian:11
RUN apt-get update \
&& apt-get install -y gnupg2 apt-transport-https curl