Skip to content

Commit

Permalink
updated pipeline to use postgres 14 alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Oct 11, 2023
1 parent bd99815 commit f9c98e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jenkins/ninja-tests-main-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ podTemplate(
resourceRequestMemory: '1Gi',
resourceLimitMemory: '1Gi'),
containerTemplate(name: 'postgres',
image: params.POSTGRES_IMAGE ?: 'postgres:13-alpine',
image: params.POSTGRES_IMAGE ?: 'postgres:14-alpine',
runAsUser: '0',
ttyEnabled: true,
resourceRequestCpu: '2',
Expand Down

0 comments on commit f9c98e9

Please sign in to comment.