Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6 from tribalwarshelp/renovate/nginx-1.x
Browse files Browse the repository at this point in the history
chore(deps): update nginx docker tag to v1.21
  • Loading branch information
Kichiyaki authored Jul 4, 2021
2 parents ebcc037 + 067c841 commit 84efe89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY . ./
RUN yarn build

#Stage 2
FROM nginx:1.20-alpine
FROM nginx:1.21-alpine
COPY --from=build-deps /usr/src/app/public /var/www
COPY default.conf /etc/nginx/templates/default.conf.template
EXPOSE 80
Expand Down

0 comments on commit 84efe89

Please sign in to comment.