Skip to content

Commit

Permalink
bump rust (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ino Murko authored Dec 7, 2020
1 parent 555a52e commit c0e9fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN set -xe \
ca-certificates \
libressl-dev \
lksctp-tools \
&& apk add --no-cache rust=1.44.0-r0 cargo=1.44.0-r0 \
&& apk add --no-cache rust=1.46.0-r0 cargo=1.46.0-r0 \
&& addgroup -g ${GID} ${GROUP} \
&& adduser -D -h ${HOME} -u ${UID} -G ${GROUP} -H ${USER} \
&& mkdir -p "${HOME}" \
Expand Down
2 changes: 1 addition & 1 deletion builder_childchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN set -xe \
ca-certificates \
libressl-dev \
lksctp-tools \
&& apk add --no-cache rust=1.44.0-r0 cargo=1.44.0-r0 \
&& apk add --no-cache rust=1.46.0-r0 cargo=1.46.0-r0 \
&& addgroup -g ${GID} ${GROUP} \
&& adduser -D -h ${HOME} -u ${UID} -G ${GROUP} -H ${USER} \
&& mkdir -p "${HOME}" \
Expand Down

0 comments on commit c0e9fa9

Please sign in to comment.