From 84e99c225def7aa7dea67fbc53354f705870f64d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 15:32:23 +0000 Subject: [PATCH] chore(deps): update dependency nginx to v1.22.0 --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index f8d7f83..f0b3303 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -17,7 +17,7 @@ RUN npm run test RUN npm prune --production -FROM nginx:1.19.10-alpine +FROM nginx:1.22.0-alpine RUN apk add --update --no-cache curl