Upgrade to nodejs 18
This commit is contained in:
parent
e55dce9e43
commit
97bc55e0af
@ -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 \
|
||||
|
2
Makefile
2
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'
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user