Skip to content

Commit

Permalink
chore(deps): update maven docker tag to v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 657c91d commit 6ee2e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ webtop_version=$(cat ${PWD}/webtop5-build/VERSION)
# Reuse existing webtopbuilder container, to speed up builds
if ! buildah containers --format "{{.ContainerName}}" | grep -q webtopbuilder; then
echo "Pulling maven runtime..."
buildah from --name webtopbuilder-tmp docker.io/library/maven:3.6-openjdk-8
buildah from --name webtopbuilder-tmp docker.io/library/maven:3.8-openjdk-8
buildah run webtopbuilder-tmp apt-get update
buildah run webtopbuilder-tmp apt-get install -y nodejs make
buildah commit --rm webtopbuilder-tmp webtopbuilder-image
Expand Down

0 comments on commit 6ee2e50

Please sign in to comment.