Skip to content

Commit ddbe311

Browse files
committed
update script location
1 parent e2f228d commit ddbe311

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/base/.devcontainer/Dockerfile.trivy.arm64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ RUN apt-get update && apt-get install -y \
33
jq \
44
&& apt-get clean \
55
&& rm -rf /var/lib/apt/lists/*
6-
COPY scripts/install_cosign.sh /tmp/install_cosign.sh
7-
COPY scripts/install_trivy.sh /tmp/install_trivy.sh
6+
COPY src/base/.devcontainer/scripts/install_cosign.sh /tmp/install_cosign.sh
7+
COPY src/base/.devcontainer/scripts/install_trivy.sh /tmp/install_trivy.sh
88
RUN INSTALL_DIR=/usr/local/bin /tmp/install_cosign.sh
99
RUN INSTALL_DIR=/tmp/trivy/ ARCH=ARM64 /tmp/install_trivy.sh
1010

0 commit comments

Comments
 (0)