Skip to content

Commit

Permalink
fix(docker): bring back curl 8.12 (#305)
Browse files Browse the repository at this point in the history
Alpine has restored curl 8.12 to the 3.19 repos
  • Loading branch information
MaxMustermann2 authored Feb 14, 2025
1 parent 3698ac5 commit 290519d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apk add --no-cache \
ca-certificates=20241121-r1 \
libstdc++~=13.2 \
jq~=1.7 \
curl~=8.11 \
curl~=8.12 \
bash~=5.2 \
&& addgroup -g 1000 exocore \
&& adduser -S -h /home/exocore -D exocore -u 1000 -G exocore
Expand Down
2 changes: 1 addition & 1 deletion networks/local/exocore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN LEDGER_ENABLED=false make build
FROM alpine:3.19 AS run
RUN apk add --no-cache libstdc++~=13.2 \
bash~=5.2 \
curl~=8.11 \
curl~=8.12 \
jq~=1.7 \
&& addgroup -g 1000 exocore \
&& adduser -S -h /home/exocore -D exocore -u 1000 -G exocore
Expand Down

0 comments on commit 290519d

Please sign in to comment.