Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Bump node from 14-slim to 16-slim (#281)
Browse files Browse the repository at this point in the history
* Bump node from 14-slim to 17-slim

Bumps node from 14-slim to 17-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Use node 16

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Brucker <[email protected]>
  • Loading branch information
dependabot[bot] and felixbrucker authored Feb 5, 2022
1 parent e56643c commit 8a2c41d
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
@@ -1,4 +1,4 @@
FROM node:14-slim
FROM node:16-slim

WORKDIR /app
COPY package.json yarn.lock ./
Expand Down

0 comments on commit 8a2c41d

Please sign in to comment.