Skip to content

Commit

Permalink
fix: conflict with master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Feb 13, 2023
1 parent 8192eaf commit 85ce750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/* \
Expand Down

0 comments on commit 85ce750

Please sign in to comment.