Skip to content

Commit

Permalink
Merge pull request #8 from darraghoriordan/renovate/major-node-major
Browse files Browse the repository at this point in the history
fix(renovate): Update Node.js to v20
  • Loading branch information
darraghoriordan authored Aug 10, 2023
2 parents feb58ba + a8b4bdb commit 43cc8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine as base
FROM node:20-alpine as base
WORKDIR /app
ENV NODE_ENV=production

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM node:18-alpine as base
FROM node:20-alpine as base

CMD ["node", "--version"]

0 comments on commit 43cc8b5

Please sign in to comment.