Skip to content

Commit 6936ef3

Browse files
committed
chore(deps): update nginx docker tag to v1.21.6
1 parent 4e91260 commit 6936ef3

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