Skip to content

Commit

Permalink
Increase the DEFAULT_IMAGE_VERSION_TAG in scripts/jenkins/groovy/buil…
Browse files Browse the repository at this point in the history
…dConfig.groovy
  • Loading branch information
tomasfryda committed Dec 11, 2023
1 parent 7707057 commit 69810c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins/groovy/buildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class BuildConfig {
private static final String DEFAULT_HADOOP_IMAGE_NAME = 'dev-build-hadoop'
private static final String DEFAULT_RELEASE_IMAGE_NAME = 'dev-release'

public static final int DEFAULT_IMAGE_VERSION_TAG = 42
public static final int DEFAULT_IMAGE_VERSION_TAG = 43
public static final String AWSCLI_IMAGE = DOCKER_REGISTRY + '/opsh2oai/awscli'
public static final String S3CMD_IMAGE = DOCKER_REGISTRY + '/opsh2oai/s3cmd'

Expand Down

0 comments on commit 69810c8

Please sign in to comment.