Skip to content

Commit

Permalink
ci: update docker node version to 20-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Jan 5, 2024
1 parent 8b08de8 commit c4611cc
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,6 +1,6 @@
# Stremio Node 14.x
# the node version for running Stremio Web
ARG NODE_VERSION=15-alpine
ARG NODE_VERSION=20-alpine
FROM node:$NODE_VERSION AS base

# Meta
Expand Down

0 comments on commit c4611cc

Please sign in to comment.