Switch node Docker image to long term support.

This commit is contained in:
Maciej Prill 2023-01-12 18:22:09 +01:00
parent 9158c5030f
commit ebe0a5c02c
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# pull official base image # pull official base image
FROM node:lts FROM node:lts-bullseye
# set working directory # set working directory
WORKDIR /app WORKDIR /app

View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 'node:lts-bullseye-slim' image 'node:lts-bullseye'
} }
} }
environment { environment {

View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 'node:lts-bullseye-slim' image 'node:lts-bullseye'
} }
} }
environment { environment {