File tree Expand file tree Collapse file tree 2 files changed +259
-709
lines changed
smart_contracts/ethereum/solidity_firefly Expand file tree Collapse file tree 2 files changed +259
-709
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ ARG GIT_REF
1414FROM $FIREFLY_BUILDER_TAG AS firefly-builder
1515ARG BUILD_VERSION
1616ARG GIT_REF
17- RUN apk add make=4.4.1-r2 \
17+ RUN apk add --no-cache \
18+ make=4.4.1-r2 \
1819 gcc=14.2.0-r4 \
1920 build-base=0.5-r3 \
20- curl=8.12 .1-r1 \
21+ curl=8.14 .1-r2 \
2122 git=2.47.3-r0
2223WORKDIR /firefly
2324RUN chgrp -R 0 /firefly \
@@ -74,9 +75,9 @@ FROM $BASE_TAG
7475ARG UI_TAG
7576ARG UI_RELEASE
7677RUN apk add --update --no-cache \
77- sqlite=3.48.0-r3 \
78- postgresql16-client=16.9 -r0 \
79- curl=8.12 .1-r1 \
78+ sqlite=3.48.0-r4 \
79+ postgresql16-client=16.11 -r0 \
80+ curl=8.14 .1-r2 \
8081 jq=1.7.1-r0
8182WORKDIR /firefly
8283RUN chgrp -R 0 /firefly \
You can’t perform that action at this time.
0 commit comments