Skip to content

Commit

Permalink
Merge pull request #39 from janus-idp/renovate/node-19.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tumido authored Dec 8, 2022
2 parents 4393651 + 5838fad commit b539047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# Once the commands have been run, you can build the image using `yarn build-image`

FROM node:16-bullseye-slim
FROM node:19-bullseye-slim

# Install sqlite3 dependencies. You can skip this if you don't use sqlite3 in the image,
# in which case you should also move better-sqlite3 to "devDependencies" in package.json.
Expand Down

0 comments on commit b539047

Please sign in to comment.