Skip to content

Commit 832a2ca

Browse files
authored
Update nginx-unprivileged base image version in Dockerfile
1 parent 8dd22a9 commit 832a2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . /usr/src/app
44
RUN yarn
55
RUN yarn build
66

7-
FROM nginxinc/nginx-unprivileged:1.21
7+
FROM nginxinc/nginx-unprivileged:1.29
88

99
COPY --from=node_builder /usr/src/app/dist /usr/share/nginx/html
1010
EXPOSE 80

0 commit comments

Comments
 (0)