We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728cc46 commit c20cc51Copy full SHA for c20cc51
Dockerfile
@@ -16,7 +16,7 @@ COPY . /code
16
RUN cd /code && lektor build -f webpack -f scsscompile --output-path /code/output
17
18
# Move generated data to separate alpine-based image
19
-FROM nginx:1.17-alpine as server
+FROM nginx:1.19-alpine as server
20
21
RUN apk --update --no-cache add curl
22
HEALTHCHECK CMD curl --fail http://localhost:8080 || exit 1
0 commit comments