fix: conflict with master branch

This commit is contained in:
j75689 2023-02-13 10:49:07 +08:00
commit eafd33c387

@ -27,8 +27,8 @@ ENV HOME=${BSC_HOME}
ENV DATA_DIR=/data
ENV PACKAGES ca-certificates~=20220614-r0 jq~=1.6 \
bash~=5.1.16-r2 bind-tools~=9.16.33 tini~=0.19.0 \
grep~=3.7 curl=~7.83.1-r3 sed~=4.8-r0
bash~=5.1.16-r2 bind-tools~=9.16.36 tini~=0.19.0 \
grep~=3.7 curl~=7.83.1 sed~=4.8-r0
RUN apk add --no-cache $PACKAGES \
&& rm -rf /var/cache/apk/* \