We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba31c7 commit 89dd513Copy full SHA for 89dd513
Dockerfile
@@ -17,7 +17,7 @@ ARG GIT_REF
17
RUN apk add make=4.4.1-r2 \
18
gcc=13.2.1_git20231014-r0 \
19
build-base=0.5-r3 \
20
- curl=8.11.1-r0 \
+ curl=8.12.0-r0 \
21
git=2.43.6-r0
22
WORKDIR /firefly
23
RUN chgrp -R 0 /firefly \
@@ -76,7 +76,7 @@ ARG UI_RELEASE
76
RUN apk add --update --no-cache \
77
sqlite=3.44.2-r0 \
78
postgresql16-client=16.6-r0 \
79
80
jq=1.7.1-r0
81
82
0 commit comments