Update dependencies
Signed-off-by: baalajimaestro <baalajimaestro@ptr.moe>
This commit is contained in:
parent
03493aac34
commit
fa5df79743
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM nimlang/nim:2.0.2-alpine as builder
|
||||
FROM nimlang/nim:2.0.8-alpine as builder
|
||||
|
||||
RUN apk update && apk add autoconf \
|
||||
automake \
|
||||
|
@ -14,7 +14,7 @@ RUN apk update && apk add autoconf \
|
|||
sqlite-static
|
||||
|
||||
|
||||
ENV LIBRESSL_VERSION v3.8.3
|
||||
ENV LIBRESSL_VERSION v3.9.2
|
||||
|
||||
# Compile LibreSSL Portable from source
|
||||
RUN git clone https://github.com/libressl/portable --depth=1 -b ${LIBRESSL_VERSION} libressl && \
|
||||
|
|
|
@ -11,5 +11,5 @@ bin = @["nim_censor_bot"]
|
|||
# Dependencies
|
||||
|
||||
requires "nim >= 2.0.0"
|
||||
requires "telebot >= 2024.02.20"
|
||||
requires "norm >= 2.8.2"
|
||||
requires "telebot >= 2024.05.05"
|
||||
requires "norm >= 2.8.3"
|
||||
|
|
Loading…
Reference in a new issue