mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
refactor(deps): Upgrade Debian base image to 11
This commit is contained in:
parent
28b064aa52
commit
641fe3cf9a
12
Dockerfile
12
Dockerfile
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user