Skip to content

Commit 6432596

Browse files
committed
chore(deps): update nginx docker tag to v1.21.4
1 parent 3a9f489 commit 6432596

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY . /app
99
RUN npm run build
1010

1111
# production environment
12-
FROM nginx:1.16.0-alpine
12+
FROM nginx:1.21.4-alpine
1313
COPY --from=build /app/build /var/www
1414
COPY nginx/nginx.conf /etc/nginx/nginx.conf
1515
EXPOSE 80

0 commit comments

Comments
 (0)