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 89b4301 commit 0163a8dCopy full SHA for 0163a8d
Dockerfile
@@ -33,7 +33,7 @@ RUN npm test -- --watchAll=false
33
RUN npm run build
34
35
# --------------- production stage
36
-FROM nginx:1.27.5-alpine as prod
+FROM nginx:1.29.0-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