Skip to content

Commit

Permalink
Bump node from 16.9.0-alpine to 17.1.0-alpine in /file-server (#1202)
Browse files Browse the repository at this point in the history
Bumps node from 16.9.0-alpine to 17.1.0-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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] committed Nov 28, 2021
1 parent 6b57632 commit c3f907e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM compdem/polis-client-admin:${TAG} as admin
FROM compdem/polis-client-participation:${TAG} as participation
FROM compdem/polis-client-report:${TAG} as report

FROM node:16.9.0-alpine
FROM node:17.1.0-alpine

WORKDIR /app

Expand Down

0 comments on commit c3f907e

Please sign in to comment.