Skip to content

Commit 082380f

Browse files
Merge pull request #1710 from hyperledger/fix-dockerfile
Update Dockerfile deps
2 parents f67a468 + e1ca69b commit 082380f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Dockerfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ ARG GIT_REF
1414
FROM $FIREFLY_BUILDER_TAG AS firefly-builder
1515
ARG BUILD_VERSION
1616
ARG 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
2223
WORKDIR /firefly
2324
RUN chgrp -R 0 /firefly \
@@ -74,9 +75,9 @@ FROM $BASE_TAG
7475
ARG UI_TAG
7576
ARG UI_RELEASE
7677
RUN 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
8182
WORKDIR /firefly
8283
RUN chgrp -R 0 /firefly \

0 commit comments

Comments
 (0)