Skip to content

Commit be95a7b

Browse files
committed
ci(trivy): disable apk caching
1 parent 31a2b4c commit be95a7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openid-connect-provider-debugger/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ HEALTHCHECK CMD ["/usr/bin/curl", "-ifsSL", "http://localhost"]
1010
COPY nginx.conf.patch /usr/local/openresty/nginx/conf/
1111

1212
# hadolint ignore=DL3019
13-
RUN apk -U upgrade \
14-
&& apk add \
13+
RUN apk upgrade --no-cache \
14+
&& apk add --no-cache \
1515
curl=8.12.1-r1 \
1616
patch=2.7.6-r10 \
17-
&& apk cache clean \
17+
&& apk cache --no-cache clean \
1818
&& rm -rf /var/cache/apk/*
1919

2020
# We let lua-resty-session get pulled transitively to ensure compatibility

0 commit comments

Comments
 (0)