Skip to content

Commit

Permalink
FDN-2295: Update references to *-postgresql images latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolagi committed Sep 6, 2024
1 parent 025dd2d commit 2e9c4bc
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 @@ pipeline {
inheritFrom 'kaniko-slim'

containerTemplates([
containerTemplate(name: 'postgres', image: "flowcommerce/dependency-postgresql:latest-pg15", alwaysPullImage: true, resourceRequestMemory: '1Gi'),
containerTemplate(name: 'postgres', image: "flowcommerce/dependency-postgresql:latest", alwaysPullImage: true, resourceRequestMemory: '1Gi'),
containerTemplate(name: 'play', image: "flowdocker/play_builder:latest-java17", alwaysPullImage: true, resourceRequestMemory: '2Gi', command: 'cat', ttyEnabled: true)
])
}
Expand Down

0 comments on commit 2e9c4bc

Please sign in to comment.