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 c2288f9 + 4de5ba9 commit 7ae435aCopy full SHA for 7ae435a
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