diff --git a/Dockerfile.slim b/Dockerfile.slim index c53e40c..fe3f8d9 100644 --- a/Dockerfile.slim +++ b/Dockerfile.slim @@ -4,8 +4,8 @@ LABEL maintainer="sombochea@cubetiqs.com" # Build with root access USER root -ENV NODE_VERSION 16.19.0 -ENV NODE_SHA256 f5817883eb3009972a031d635ea71ed8377808a6e831ae1c72e063e888cdd318 +ENV NODE_VERSION 18.15.0 +ENV NODE_SHA256 6c53e3e6a592dc8b304632b63d616978a06d9daad3157f063deabee8245e1541 ENV USER_UID 1001 RUN addgroup -g ${USER_UID} node \ diff --git a/Makefile b/Makefile index a943286..78453d9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DOCKER_IMAGE=cubetiq/calpine-node DOCKER_IMAGE_GIT=cubetiq/calpine-node-git -DOCKER_IMAGE_NAME=${DOCKER_IMAGE}:16 +DOCKER_IMAGE_NAME=${DOCKER_IMAGE}:18 build: @echo 'Starting docker build with slim' diff --git a/README.md b/README.md index e87d42c..45dc498 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# CUBETIQ Alpine OS Linux with Nodejs 16 +# CUBETIQ Alpine OS Linux with Nodejs 18 ![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 (Latest) -- Nodejs 16 (16.19.0) +- Nodejs 18 - PNPM 8 (8.1.0) # [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)