From 71a598cabfe1de1793058fa92cc618d4429746fd Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 23 Dec 2021 09:18:49 +0700 Subject: [PATCH] Updated readme and makefile --- Makefile | 2 +- README.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index a170336..32a3b7d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DOCKER_IMAGE=cubetiq/calpine-node -DOCKER_IMAGE_NAME=${DOCKER_IMAGE}:14 +DOCKER_IMAGE_NAME=${DOCKER_IMAGE}:16 build: @echo 'Starting docker build' diff --git a/README.md b/README.md index 88b6850..af35183 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,19 @@ -# CUBETIQ Alpine OS Linux with Nodejs 14 +# CUBETIQ Alpine OS Linux with Nodejs 16 ![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/cubetiq/calpine-node) ![Docker Pulls](https://img.shields.io/docker/pulls/cubetiq/calpine-node) - CUBETIQ Alpine OS Linux (3.13.3) -- Nodejs 14 (14.16.0) +- Nodejs 16 (16.5.0) +- Yarn 1.22.15 # [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node) ```shell -docker push cubetiq/calpine-node:14 +docker push cubetiq/calpine-node:latest ``` # Usage ```shell -docker run --rm -it cubetiq/calpine-node:14 /bin/sh +docker run --rm -it cubetiq/calpine-node:latest /bin/sh ``` # Example