Skip to content

Commit

Permalink
imp(docker): update jq and curl dependencies (backport #2168) (#2177)
Browse files Browse the repository at this point in the history
imp(docker): update jq and curl dependencies (#2168)

update jq and curl dependencies

(cherry picked from commit cc07bbb)

Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>
  • Loading branch information
mergify[bot] and MalteHerrmann committed Dec 11, 2023
1 parent 05fc29a commit 1327bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ COPY --from=build-env /target/usr/lib /usr/lib
COPY --from=build-env /target/usr/local/lib /usr/local/lib
COPY --from=build-env /target/usr/include /usr/include

RUN apk add --no-cache ca-certificates=20230506-r0 jq=1.6-r3 curl=8.4.0-r0 bash=5.2.15-r5 vim=9.0.2073-r0 lz4=1.9.4-r4 rclone=1.62.2-r6 \
RUN apk add --no-cache ca-certificates=20230506-r0 jq=1.6-r4 curl=8.5.0-r0 bash=5.2.15-r5 vim=9.0.2073-r0 lz4=1.9.4-r4 rclone=1.62.2-r6 \
&& addgroup -g 1000 evmos \
&& adduser -S -h /home/evmos -D evmos -u 1000 -G evmos

Expand Down

0 comments on commit 1327bae

Please sign in to comment.