Skip to content

Commit

Permalink
build: Update base images during build
Browse files Browse the repository at this point in the history
This commit forces the base images to be updated when the image is being built via make docker
  • Loading branch information
Starkteetje committed Aug 27, 2021
1 parent aae619e commit a9b1f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ COSIGN_VERSION = 1.0.0
all: docker install

docker:
docker build --build-arg COSIGN_VERSION=$(COSIGN_VERSION) -f docker/Dockerfile -t $(IMAGE) .
docker build -f docker/Dockerfile.hook -t $(HELM_HOOK_IMAGE) .
docker build --pull --build-arg COSIGN_VERSION=$(COSIGN_VERSION) -f docker/Dockerfile -t $(IMAGE) .
docker build --pull -f docker/Dockerfile.hook -t $(HELM_HOOK_IMAGE) .

install:
#
Expand Down

0 comments on commit a9b1f93

Please sign in to comment.