Skip to content

Commit

Permalink
Fixed image version in Jenkins pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoubelet committed Nov 7, 2024
1 parent 8114e41 commit df39bd0
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 @@ -11,7 +11,7 @@ pipeline {
stage('Build and Publish') {
environment {
SERVICE_NAME = "kubling-docs"
VERSION = "24.5.2"
VERSION = "24.5.3"
DOCKERHUB_CREDS = credentials('kubling-dockerhub')
}
steps {
Expand Down

0 comments on commit df39bd0

Please sign in to comment.