Skip to content

Commit

Permalink
Update docker and readme node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
witoszekdev committed Feb 27, 2025
1 parent 9d026d2 commit df560aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine as builder
FROM node:20-alpine as builder
RUN apk --no-cache add bash
WORKDIR /app
COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

## Prerequisites

- Node.js v18+
- Node.js v20
- A running instance of [Saleor](https://github.com/saleor/saleor/)

## Development
Expand Down

0 comments on commit df560aa

Please sign in to comment.