Skip to content

Commit

Permalink
chore: update default docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed Jul 1, 2022
1 parent d8eb471 commit 9ba6d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lfr/pkg/generate/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func getLiferayDockerImage(workspacePath string) (string, error) {
if fileutil.IsGradleWorkspace(workspacePath) {
gradlePropsPath := filepath.Join(workspacePath, "gradle.properties")
gradleProps := properties.MustLoadFile(gradlePropsPath, properties.UTF8)
dockerImage := gradleProps.GetString("liferay.workspace.docker.image.liferay", "liferay/portal:7.3.6-ga7")
dockerImage := gradleProps.GetString("liferay.workspace.docker.image.liferay", "liferay/portal:7.4.3.30-ga30")
return dockerImage, nil
}

Expand Down

0 comments on commit 9ba6d17

Please sign in to comment.