We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c688813 commit 0c77283Copy full SHA for 0c77283
Containerfile
@@ -11,7 +11,7 @@ COPY . /opt/app-root/src
11
USER 0
12
13
# Temp fix to address CVE-2023-38545 and CVE-2023-38546
14
-RUN dnf update -y curl-minimal
+RUN dnf update -y curl-minimal docker
15
16
RUN mkdir /opt/app-root/src/bin && cd /opt/app-root/src/bin && \
17
curl -sLO https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64 && \
0 commit comments