Skip to content

Commit

Permalink
Makefile: update release target to use alpine 3.15
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser authored and michi-covalent committed Jan 11, 2022
1 parent 3ab53c0 commit 1abe89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ release:
--env "RELEASE_GID=$(RELEASE_GID)" \
--rm \
--workdir /cilium \
--volume `pwd`:/cilium docker.io/library/golang:1.17.6-alpine3.14 \
--volume `pwd`:/cilium docker.io/library/golang:1.17.6-alpine3.15 \
sh -c "apk add --no-cache make git && make local-release VERSION=${VERSION}"

local-release: clean
Expand Down

0 comments on commit 1abe89f

Please sign in to comment.