Skip to content

Commit

Permalink
bump Node container version to 18
Browse files Browse the repository at this point in the history
More recent awesome-lint versions will require newer Node versions.
See max#7 for details.
  • Loading branch information
satta committed Nov 13, 2023
1 parent f4773e6 commit 8736535
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:10-alpine
FROM node:18-alpine

RUN apk add --no-cache \
git \
Expand Down

0 comments on commit 8736535

Please sign in to comment.