Update Dockerfile base image to use newer version

This commit is contained in:
Seth Michael Larson 2023-06-02 14:20:01 -05:00 committed by GitHub
parent 32ab988eb6
commit afc7e41d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM debian:11.1
FROM debian:bullseye-20230522
RUN apt-get update && \
apt-get install -y build-essential pkg-config cmake \