Skip to content

Commit

Permalink
fix: potential fix for release issues using older build image
Browse files Browse the repository at this point in the history
  • Loading branch information
stekern committed Dec 15, 2023
1 parent 3c32d92 commit f1ccf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildConfig([
dockerNode {
checkout scm

insideToolImage("node:18") {
insideToolImage("node:18@sha256:3d5b55744344528206c155395774fb5928cd8627ef327c44e9553514e00cc4cd") {
stage('Install dependencies and build') {
sh 'npm ci'
}
Expand Down

0 comments on commit f1ccf1a

Please sign in to comment.