Skip to content

Commit

Permalink
Bump nginx from 1.21.0-alpine to 1.21.1-alpine in /client (#106)
Browse files Browse the repository at this point in the history
Bumps nginx from 1.21.0-alpine to 1.21.1-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 17, 2021
1 parent 78bf33a commit fb3c381
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.21.0-alpine
FROM nginx:1.21.1-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 fb3c381

Please sign in to comment.