Update dependencies
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
2531e113f7
commit
b5df4d48a4
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ RUN apk update && apk add autoconf \
|
||||||
sqlite-static
|
sqlite-static
|
||||||
|
|
||||||
|
|
||||||
ENV LIBRESSL_VERSION v3.8.2
|
ENV LIBRESSL_VERSION v3.8.3
|
||||||
|
|
||||||
# Compile LibreSSL Portable from source
|
# Compile LibreSSL Portable from source
|
||||||
RUN git clone https://github.com/libressl/portable --depth=1 -b ${LIBRESSL_VERSION} libressl && \
|
RUN git clone https://github.com/libressl/portable --depth=1 -b ${LIBRESSL_VERSION} libressl && \
|
||||||
|
|
|
@ -11,5 +11,5 @@ bin = @["nim_censor_bot"]
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
requires "nim >= 2.0.0"
|
requires "nim >= 2.0.0"
|
||||||
requires "telebot >= 2024.01.11"
|
requires "telebot >= 2024.02.20"
|
||||||
requires "norm >= 2.8.1"
|
requires "norm >= 2.8.2"
|
||||||
|
|
Loading…
Reference in a new issue