aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'spring-front/Dockerfile')
-rw-r--r--spring-front/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/spring-front/Dockerfile b/spring-front/Dockerfile
index 5e236e6..e76de11 100644
--- a/spring-front/Dockerfile
+++ b/spring-front/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:lts-alpine3.15 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