We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f67a468 + e1ca69b commit 082380fCopy full SHA for 082380f
Dockerfile
@@ -14,10 +14,11 @@ ARG GIT_REF
14
FROM $FIREFLY_BUILDER_TAG AS firefly-builder
15
ARG BUILD_VERSION
16
ARG GIT_REF
17
-RUN apk add make=4.4.1-r2 \
+RUN apk add --no-cache \
18
+ make=4.4.1-r2 \
19
gcc=14.2.0-r4 \
20
build-base=0.5-r3 \
- curl=8.12.1-r1 \
21
+ curl=8.14.1-r2 \
22
git=2.47.3-r0
23
WORKDIR /firefly
24
RUN chgrp -R 0 /firefly \
@@ -74,9 +75,9 @@ FROM $BASE_TAG
74
75
ARG UI_TAG
76
ARG UI_RELEASE
77
RUN apk add --update --no-cache \
- sqlite=3.48.0-r3 \
78
- postgresql16-client=16.9-r0 \
79
+ sqlite=3.48.0-r4 \
+ postgresql16-client=16.11-r0 \
80
81
jq=1.7.1-r0
82
83
0 commit comments