Skip to content

Commit

Permalink
build(deps): bump distroless/nodejs from 14 to 18
Browse files Browse the repository at this point in the history
Bumps distroless/nodejs from 14 to 18.

---
updated-dependencies:
- dependency-name: distroless/nodejs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2022
1 parent 0ceec07 commit 62f8b76
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 @@ -9,7 +9,7 @@ COPY gen/srv .
COPY app app/
RUN find app -name '*.cds' | xargs rm -f

FROM gcr.io/distroless/nodejs:16
FROM gcr.io/distroless/nodejs:18
COPY --from=build-env /app /app
WORKDIR /app
EXPOSE 4004
Expand Down

0 comments on commit 62f8b76

Please sign in to comment.