refactor(deps): Upgrade Debian base image to 11

This commit is contained in:
Prad Nukala 2024-08-28 23:14:12 -04:00
parent 28b064aa52
commit 641fe3cf9a

View File

@ -35,12 +35,12 @@ COPY --from=go-builder /code/build/sonrd /usr/bin/sonrd
# Install dependencies for Debian 11
RUN apt-get update && apt-get install -y \
curl \
make \
bash \
jq \
sed \
&& rm -rf /var/lib/apt/lists/*
curl \
make \
bash \
jq \
sed \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /opt