We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068c301 commit 80e8f76Copy full SHA for 80e8f76
.github/workflows/artifacts.yml
@@ -150,6 +150,8 @@ jobs:
150
151
- name: Set up Docker Buildx
152
uses: docker/setup-buildx-action@v3.11.1
153
+ with:
154
+ version: latest
155
156
- name: Download all artifacts
157
uses: actions/download-artifact@v5
Dockerfile
@@ -17,7 +17,7 @@ LABEL org.opencontainers.image.version="${VERSION}"
17
LABEL org.opencontainers.image.revision="${REVISION}"
18
LABEL org.opencontainers.image.created="${BUILD_DATE}"
19
20
-RUN apk --no-cache add ca-certificates
+RUN apk --no-cache --no-scripts add ca-certificates
21
RUN addgroup -g 1000 infer && \
22
adduser -u 1000 -G infer -h /home/infer -s /bin/sh -D infer
23
WORKDIR /home/infer
0 commit comments