Bump nginx from 1.23.3-alpine to 1.25.0-alpine (#1254)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 12 Jun 2023 23:25:20 +0000 (09:25 +1000)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 23:25:20 +0000 (09:25 +1000)
Bumps nginx from 1.23.3-alpine to 1.25.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 af9abbd9a5a656f5f499ac57a2af11dafd7ea2ba..3cae982a2b2c7440dc399626423e9ea761e3b9bd 100644 (file)
@@ -11,7 +11,7 @@ RUN npm run build
 
 
 ## App
-FROM nginx:1.23.3-alpine
+FROM nginx:1.25.0-alpine
 
 COPY --from=builder /src/dist /app