Skip to content

Commit 7e3fb5c

Browse files
committed
update node version in dockerfile
1 parent 7696d67 commit 7e3fb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-slim as base
1+
FROM node:20.12.1-slim as base
22

33
LABEL "com.github.actions.name"="Vuepress Build & Deploy"
44
LABEL "com.github.actions.description"="A GitHub Action to build and deploy Vuepress sites to GitHub Pages"

0 commit comments

Comments
 (0)