Skip to content

Commit

Permalink
chore: upgrade node version for docker (#2589)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVarchuk authored Sep 13, 2024
1 parent c813eea commit c0203be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# npm i -g http-server
# http-server -p 8000 --cors

FROM node:12-alpine
FROM node:18-alpine

RUN apk update && apk add --no-cache git

Expand Down

0 comments on commit c0203be

Please sign in to comment.