Bump nginx from 1.21.6-alpine to 1.23.0-alpine (#649)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 28 Jun 2022 09:57:20 +0000 (15:27 +0530)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 09:57:20 +0000 (15:27 +0530)
Bumps nginx from 1.21.6-alpine to 1.23.0-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Dockerfile

index 5712068fa42ece44fd2678dd5acd9b4264018b9c..a1066da1a3131b1063044d23815b31f7d167be8b 100644 (file)
@@ -10,7 +10,7 @@ RUN npm run build
 
 
 ## App
-FROM nginx:1.21.6-alpine
+FROM nginx:1.23.0-alpine
 
 COPY --from=builder /src/dist /app