Update node Docker tag to v12.19.1

parent d6fd8e6d
FROM node:12.19.0-alpine FROM node:12.19.1-alpine
# Build arguments to change source url, branch or tag # Build arguments to change source url, branch or tag
ARG CODIMD_REPOSITORY=https://github.com/codimd/server.git ARG CODIMD_REPOSITORY=https://github.com/codimd/server.git
......
FROM node:12.19.0-slim FROM node:12.19.1-slim
# Build arguments to change source url, branch or tag # Build arguments to change source url, branch or tag
ARG CODIMD_REPOSITORY=https://github.com/codimd/server.git ARG CODIMD_REPOSITORY=https://github.com/codimd/server.git
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment