diff --git a/Dockerfile b/Dockerfile index f6deef0..2619e7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY . . RUN yarn run build -FROM nginx:1.15.2-alpine as release +FROM nginx:1.27.0-alpine as release RUN apk add --no-cache jq