Skip to content

Commit c3f907e

Browse files
Bump node from 16.9.0-alpine to 17.1.0-alpine in /file-server (#1202)
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>
1 parent 6b57632 commit c3f907e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

file-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM compdem/polis-client-admin:${TAG} as admin
44
FROM compdem/polis-client-participation:${TAG} as participation
55
FROM compdem/polis-client-report:${TAG} as report
66

7-
FROM node:16.9.0-alpine
7+
FROM node:17.1.0-alpine
88

99
WORKDIR /app
1010

0 commit comments

Comments
 (0)