Skip to content

Commit

Permalink
Upgrade grep from alpine (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed May 7, 2024
1 parent 49a14d9 commit d413408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cache-warmer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG DOCKER_REPOSITORY=local
FROM ${DOCKER_REPOSITORY}/scyllaridae:${TAG}

RUN apk update && \
apk add --no-cache jq==1.7.1-r0
apk add --no-cache jq==1.7.1-r0 grep==3.11-r0

COPY cmd.sh /app/
COPY scyllaridae.yml /app/scyllaridae.yml

0 comments on commit d413408

Please sign in to comment.