Skip to content

Commit c765f3f

Browse files
authored
Merge pull request #2278 from Altinity/fix-alpine-cves
25.8 Antalya - Fix Alpine CVES
2 parents 9a0a892 + 7ef9002 commit c765f3f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker/server/Dockerfile.alpine

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ RUN mkdir -p \
9191
&& chown root:clickhouse "${DEFAULT_LOG_DIR}" \
9292
&& chmod ugo+Xrw -R "${DEFAULT_DATA_DIR}" "${DEFAULT_LOG_DIR}" "${DEFAULT_CLIENT_CONFIG_DIR}" "${DEFAULT_SERVER_CONFIG_DIR}"
9393

94+
RUN apk update
95+
RUN apk add --upgrade libssl3 libcrypto3
96+
9497
VOLUME "${DEFAULT_DATA_DIR}"
9598
EXPOSE 9000 8123 9009
9699

0 commit comments

Comments
 (0)