We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd22a9 commit 832a2caCopy full SHA for 832a2ca
Dockerfile
@@ -4,7 +4,7 @@ COPY . /usr/src/app
4
RUN yarn
5
RUN yarn build
6
7
-FROM nginxinc/nginx-unprivileged:1.21
+FROM nginxinc/nginx-unprivileged:1.29
8
9
COPY --from=node_builder /usr/src/app/dist /usr/share/nginx/html
10
EXPOSE 80
0 commit comments