Skip to content

Commit

Permalink
fix(renovate): major Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Aug 7, 2023
1 parent 65cd77c commit a8b4bdb
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 a8b4bdb

Please sign in to comment.