Update nginx Docker tag to v1.23.3 (#1019)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Wed, 14 Dec 2022 03:15:11 +0000 (08:45 +0530)
committerGitHub <noreply@github.com>
Wed, 14 Dec 2022 03:15:11 +0000 (08:45 +0530)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Dockerfile

index 2b606ac2115fa3061ab515bb74a15e9018fe557f..968ca1d119980da297d69c2d80234a55b6bed790 100644 (file)
@@ -10,7 +10,7 @@ RUN npm run build
 
 
 ## App
-FROM nginx:1.23.2-alpine
+FROM nginx:1.23.3-alpine
 
 COPY --from=builder /src/dist /app