Skip to content

Commit 283a721

Browse files
committed
update jq
1 parent 0bebf44 commit 283a721

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

e2e/code-generator/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
ARG LAN_ENV=docker.io/library/golang:1.21
22

33
FROM ghcr.io/linuxsuren/api-testing:master AS atest
4-
FROM docker.io/demisto/jq:1.0.0.117497 AS jq
4+
FROM ghcr.io/linuxsuren/hd:v0.0.42 as downloader
5+
RUN hd install jq
56
FROM $LAN_ENV
67

78
WORKDIR /workspace
89
COPY . .
9-
COPY --from=jq /usr/local/bin/jq /usr/local/bin/jq
10+
COPY --from=downloader /usr/local/bin/jq /usr/local/bin/jq
1011
COPY --from=atest /usr/local/bin/atest /usr/local/bin/atest
1112

1213
CMD [ "/workspace/entrypoint.sh" ]

0 commit comments

Comments
 (0)