mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(docker) images: make dockerfiles use node:lts-buster-slim as base image (#357)
This commit is contained in:
parent
838b2e29cf
commit
75b35139e4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node
|
||||
FROM node:lts-buster-slim
|
||||
LABEL maintainer="Coderaiser"
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue