Skip to content

Commit

Permalink
Merge pull request #111 from deepfence/tomasz/hardcoded-vectorscan
Browse files Browse the repository at this point in the history
[arm64] separate build tags from vectorscan ones
  • Loading branch information
tomaszjonak authored Nov 9, 2023
2 parents 89c7db1 + 56050fa commit 754e88b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG DF_IMG_TAG=latest
ARG IMAGE_REPOSITORY=deepfenceio
FROM $IMAGE_REPOSITORY/deepfence_vectorscan_build:$DF_IMG_TAG AS vectorscan
ARG VECTORSCAN_IMG_TAG=latest
ARG VECTORSCAN_IMAGE_REPOSITORY=deepfenceio
FROM $VECTORSCAN_IMAGE_REPOSITORY/deepfence_vectorscan_build:$VECTORSCAN_IMG_TAG AS vectorscan

FROM golang:1.20-alpine3.18 AS builder
MAINTAINER DeepFence
Expand Down

0 comments on commit 754e88b

Please sign in to comment.