Skip to content

Commit 754e88b

Browse files
authoredNov 9, 2023
Merge pull request #111 from deepfence/tomasz/hardcoded-vectorscan
[arm64] separate build tags from vectorscan ones
2 parents 89c7db1 + 56050fa commit 754e88b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG DF_IMG_TAG=latest
2-
ARG IMAGE_REPOSITORY=deepfenceio
3-
FROM $IMAGE_REPOSITORY/deepfence_vectorscan_build:$DF_IMG_TAG AS vectorscan
1+
ARG VECTORSCAN_IMG_TAG=latest
2+
ARG VECTORSCAN_IMAGE_REPOSITORY=deepfenceio
3+
FROM $VECTORSCAN_IMAGE_REPOSITORY/deepfence_vectorscan_build:$VECTORSCAN_IMG_TAG AS vectorscan
44

55
FROM golang:1.20-alpine3.18 AS builder
66
MAINTAINER DeepFence

0 commit comments

Comments
 (0)