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 # Install dependencies for Debian 11
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
curl \ curl \
make \ make \
bash \ bash \
jq \ jq \
sed \ sed \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
WORKDIR /opt WORKDIR /opt