Skip to content

Commit c20cc51

Browse files
committed
Raise nginx version
1 parent 728cc46 commit c20cc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY . /code
1616
RUN cd /code && lektor build -f webpack -f scsscompile --output-path /code/output
1717

1818
# Move generated data to separate alpine-based image
19-
FROM nginx:1.17-alpine as server
19+
FROM nginx:1.19-alpine as server
2020

2121
RUN apk --update --no-cache add curl
2222
HEALTHCHECK CMD curl --fail http://localhost:8080 || exit 1

0 commit comments

Comments
 (0)