aboutsummaryrefslogtreecommitdiffstats
path: root/telebot/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'telebot/Dockerfile')
-rw-r--r--telebot/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/telebot/Dockerfile b/telebot/Dockerfile
index 134d6a5..d038ba2 100644
--- a/telebot/Dockerfile
+++ b/telebot/Dockerfile
@@ -7,7 +7,7 @@ RUN cd /telebot && go mod download
COPY *.go /telebot/
RUN cd /telebot && go build
-FROM node:lts-alpine3.13 as certbuilder
+FROM alpine:3.15 as certbuilder
RUN apk add openssl
WORKDIR /certs
RUN openssl req -nodes -new -x509 -subj="/C=US/ST=Denial/L=springfield/O=Dis/CN=localhost" -keyout server.key -out server.cert