Skip to content

Commit cdc8be3

Browse files
chore(deps): update nginx docker tag to v1.27.0
1 parent 957768e commit cdc8be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.27.0-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)