Upgrade packages for security reasons (#384)

This commit is contained in:
Yuhong Sun
2023-09-01 20:35:48 -07:00
committed by GitHub
parent c68afbe9d0
commit 4aebb69883
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.11.4-slim-bullseye
FROM python:3.11.4-slim-bookworm
RUN apt-get update \
&& apt-get install -y git cmake pkg-config libprotobuf-c-dev protobuf-compiler \