switch to latest alpine
Some checks failed
Publish Docker Image / docker (push) Has been cancelled

This commit is contained in:
Lee 2023-10-15 01:26:53 +01:00
parent df12222f50
commit ab4c2a00e9

@ -1,5 +1,5 @@
# Latest official NodeJS image
FROM node:latest AS node
FROM node:current-alpine AS node
FROM docker:latest