Skip to content

Commit 2331c04

Browse files
committed
Update Dockerfile Curl
Signed-off-by: Enrique Lacal <enrique.lacal@kaleido.io>
1 parent b5a216b commit 2331c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG GIT_REF
1717
RUN apk add make=4.4.1-r2 \
1818
gcc=13.2.1_git20231014-r0 \
1919
build-base=0.5-r3 \
20-
curl=8.9.1-r1 \
20+
curl=8.11.1-r0 \
2121
git=2.43.5-r0
2222
WORKDIR /firefly
2323
RUN chgrp -R 0 /firefly \
@@ -76,7 +76,7 @@ ARG UI_RELEASE
7676
RUN apk add --update --no-cache \
7777
sqlite=3.44.2-r0 \
7878
postgresql16-client=16.6-r0 \
79-
curl=8.9.1-r1 \
79+
curl=8.11.1-r0 \
8080
jq=1.7.1-r0
8181
WORKDIR /firefly
8282
RUN chgrp -R 0 /firefly \

0 commit comments

Comments
 (0)