Skip to content

Commit ed7a0d2

Browse files
committed
Fix sqlite version
Signed-off-by: Alexey Semenyuk <alexsemenyuk88@gmail.com>
1 parent 31f8ce8 commit ed7a0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ FROM $BASE_TAG
7474
ARG UI_TAG
7575
ARG UI_RELEASE
7676
RUN apk add --update --no-cache \
77-
sqlite=3.48.0-r2 \
77+
sqlite=3.48.0-r3 \
7878
postgresql16-client=16.9-r0 \
7979
curl=8.12.1-r1 \
8080
jq=1.7.1-r0

0 commit comments

Comments
 (0)