aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-05-16 17:18:53 +0000
committerterminaldweller <thabogre@gmail.com>2022-05-16 17:18:53 +0000
commitf8f4c9ced849e16cac82a5a3f7b4593e99a35c08 (patch)
treec2a97585779c00da48ff3d5f6f2d4b08f12f7bbb /Dockerfile
parentupdate (diff)
downloaddevourer-f8f4c9ced849e16cac82a5a3f7b4593e99a35c08.tar.gz
devourer-f8f4c9ced849e16cac82a5a3f7b4593e99a35c08.zip
update
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9ca872e..f8882fe 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,7 +19,7 @@ WORKDIR $PYSETUP_PATH
COPY ./pyproject.toml ./
RUN poetry install --no-dev
-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