We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f739f91 commit 1a810c1Copy full SHA for 1a810c1
Dockerfile
@@ -29,7 +29,7 @@ ENV REACT_APP_COMMIT=$REACT_APP_COMMIT
29
RUN yarn build
30
31
# Second part, create a config at boostrap via entrypoint and and serve it
32
-FROM nginx:1.16.0-alpine
+FROM nginx:1.27.4-alpine
33
34
# Create user with uid 1001. Mojaloop helm templates default to uid 1001 for
35
# running containers as non-root for better security
0 commit comments