We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3eaf6 commit f986988Copy full SHA for f986988
1 file changed
Dockerfile
@@ -11,7 +11,7 @@ RUN apk add --no-cache \
11
python-3.12=3.12.10-r0 \
12
py3.12-pip=25.1-r0 \
13
python-3.12-dev=3.12.10-r0 \
14
- jq=1.8.1-r0 \
+ jq=1.8.1-r2 \
15
build-base=1-r8
16
# Set the user to nonroot. It's defined in the Wolfi base image with the user id 65532
17
USER nonroot
@@ -37,7 +37,7 @@ RUN apk add --no-cache \
37
38
py3.12-setuptools=80.0.0-r0 \
39
git=2.49.0-r1 \
40
41
openssh-client=10.0_p1-r0 && \
42
mkdir /middleware/output && \
43
chown nonroot:nonroot /middleware/output
0 commit comments