We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b155f57 commit 90d07acCopy full SHA for 90d07ac
Dockerfile
@@ -33,7 +33,7 @@ RUN npm test -- --watchAll=false
33
RUN npm run build
34
35
# --------------- production stage
36
-FROM nginx:1.22.0-alpine as prod
+FROM nginx:1.27.3-alpine as prod
37
38
RUN mkdir /app
39
RUN addgroup -S app && adduser -S app -G app -h /app -s /sbin/nologin
0 commit comments