Skip to content

Commit efc73ba

Browse files
committed
Front: upgrade nginx to 1.22.0
1 parent 71e183e commit efc73ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WORKDIR /usr/src/app
1212
RUN yarn build
1313

1414
# _--------_
15-
FROM nginx:1.21.6-alpine
15+
FROM nginx:1.22.0-alpine
1616

1717
RUN mkdir -p /logs
1818

0 commit comments

Comments
 (0)