Bump nginx from 1.25.0-alpine to 1.25.1-alpine (#1288)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 19 Jun 2023 23:07:04 +0000 (09:07 +1000)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2023 23:07:04 +0000 (09:07 +1000)
Bumps nginx from 1.25.0-alpine to 1.25.1-alpine.

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

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

index 3cae982a2b2c7440dc399626423e9ea761e3b9bd..da04492cdaef5f7fd6b08e32b570f07d153ff490 100644 (file)
@@ -11,7 +11,7 @@ RUN npm run build
 
 
 ## App
-FROM nginx:1.25.0-alpine
+FROM nginx:1.25.1-alpine
 
 COPY --from=builder /src/dist /app