Skip to content

Commit

Permalink
Dockerfile CLI: use a Go image that renovate can update
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
  • Loading branch information
mtardy committed Jul 18, 2023
1 parent e9930da commit ad2fb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cli-release:
docker run \
--rm \
--workdir /tetragon \
--volume `pwd`:/tetragon docker.io/library/golang:1.19.0-alpine3.16 \
--volume `pwd`:/tetragon docker.io/library/golang:1.19.6-alpine \
sh -c "apk add --no-cache make git setpriv && \
/usr/bin/setpriv --reuid=$(RELEASE_UID) --regid=$(RELEASE_GID) --clear-groups \
make GOCACHE=/tmp/cache cli-local-release VERSION=${VERSION}"
Expand Down

0 comments on commit ad2fb78

Please sign in to comment.