Skip to content

Commit

Permalink
Merge pull request #15 from nlpsandbox/dependabot/docker/client/main/…
Browse files Browse the repository at this point in the history
…nginx-1.19.7-alpine

Bump nginx from 1.19.6-alpine to 1.19.7-alpine in /client
  • Loading branch information
Connor Boyle authored Feb 17, 2021
2 parents 4c93e65 + 875cda3 commit 11ea55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . ./
RUN npm run build

# production environment
FROM nginx:1.19.6-alpine
FROM nginx:1.19.7-alpine
COPY --from=build /app/build /usr/share/nginx/html
COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf

Expand Down

0 comments on commit 11ea55b

Please sign in to comment.