Skip to content

Commit 303ef45

Browse files
SajferAnton Bretting
andauthored
fix_release_docker_version Fix golang docker version (#338)
Co-authored-by: Anton Bretting <[email protected]>
1 parent a99cc06 commit 303ef45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ docker-run-release: export pkg=/go/src/github.com/databus23/helm-diff
5353
docker-run-release:
5454
git checkout master
5555
git push
56-
docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd):$(pkg) -w $(pkg) golang:1.7.5 make bootstrap release
56+
docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd):$(pkg) -w $(pkg) golang:1.17.5 make bootstrap release
5757

5858
.PHONY: dist
5959
dist: export COPYFILE_DISABLE=1 #teach OSX tar to not put ._* files in tar archive

0 commit comments

Comments
 (0)