Switch node Docker image to long term support.
This commit is contained in:
parent
9158c5030f
commit
ebe0a5c02c
@ -1,5 +1,5 @@
|
||||
# pull official base image
|
||||
FROM node:lts
|
||||
FROM node:lts-bullseye
|
||||
|
||||
# set working directory
|
||||
WORKDIR /app
|
||||
|
@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'node:lts-bullseye-slim'
|
||||
image 'node:lts-bullseye'
|
||||
}
|
||||
}
|
||||
environment {
|
||||
|
@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'node:lts-bullseye-slim'
|
||||
image 'node:lts-bullseye'
|
||||
}
|
||||
}
|
||||
environment {
|
||||
|
Loading…
Reference in New Issue
Block a user