Skip to content

Commit c221bd9

Browse files
authored
Upgrade Node.js version in Dockerfile
Closes #13
1 parent 928a9ad commit c221bd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM node:16.16.0-alpine3.16
2-
1+
FROM node:22-alpine
32
LABEL org.opencontainers.image.source = "https://github.com/caprover/deploy-from-github"
43

54
RUN apk add --no-cache git \

0 commit comments

Comments
 (0)