Skip to content

Commit

Permalink
[arm64] separate build tags from vectorscan ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Jonak committed Nov 8, 2023
1 parent 89c7db1 commit 56050fa
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 56050fa

Please sign in to comment.