feat: support postgresql 15

This commit is contained in:
ttionya
2022-12-25 22:10:02 +08:00
parent 321451ff14
commit 7ae3d08b39
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ COPY scripts/*.sh /app/
RUN chmod +x /app/*.sh \
&& mkdir -m 777 /bitwarden \
&& apk add --no-cache 7zip bash heirloom-mailx mariadb-client postgresql14-client sqlite supercronic tzdata \
&& apk add --no-cache 7zip bash heirloom-mailx mariadb-client postgresql15-client sqlite supercronic tzdata \
&& apk info --no-cache -Lq mariadb-client | grep -vE '/bin/mariadb$' | grep -vE '/bin/mariadb-dump$' | xargs -I {} rm -f "/{}" \
&& ln -sf "${LOCALTIME_FILE}" /etc/localtime \
&& addgroup -g "${USER_ID}" "${USER_NAME}" \