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.
2 parents 67cd246 + 4de5ba9 commit 9d7b08cCopy full SHA for 9d7b08c
Dockerfile
@@ -33,7 +33,7 @@ RUN npm test -- --watchAll=false
33
RUN npm run build
34
35
# --------------- production stage
36
-FROM nginx:1.29.1-alpine as prod
+FROM nginx:1.29.2-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