mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Use newer diff on Alpine for --strip-trailing-ci
This commit is contained in:
parent
94d3b19e23
commit
991652f479
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM alpine:latest
|
|||
|
||||
# A version field to invalidate Cirrus's build cache when needed, as suggested in
|
||||
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
|
||||
ENV DOCKERFILE_VERSION 20221201
|
||||
ENV DOCKERFILE_VERSION 20230113
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
|
@ -11,6 +11,7 @@ RUN apk add --no-cache \
|
|||
ccache \
|
||||
cmake \
|
||||
curl \
|
||||
diffutils \
|
||||
flex-dev \
|
||||
musl-fts-dev \
|
||||
g++ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue