We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba93def commit 12be3b7Copy full SHA for 12be3b7
docker-zookeeper/docker/Dockerfile
@@ -138,7 +138,7 @@ RUN set -x && apk upgrade --no-cache --available
138
# Upgrade tools from edge to avoid vulnerabilities
139
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositories \
140
&& echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
141
- && apk add --update --no-cache \
+ && apk add --update --upgrade --no-cache \
142
pcre2
143
144
USER 1000:0
0 commit comments