unskip the ocsp tests and update images to fix cfssl bug (#11606)
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
125ffd47b1
commit
a6727d81e7
4 changed files with 12 additions and 3 deletions
|
|
@ -66,7 +66,8 @@ RUN apk update && apk upgrade && apk add --no-cache \
|
|||
openssl \
|
||||
cfssl@testing \
|
||||
tzdata \
|
||||
libc6-compat
|
||||
libc6-compat \
|
||||
sqlite-dev
|
||||
|
||||
RUN go install -v github.com/onsi/ginkgo/v2/ginkgo@v${GINKGO_VERSION} \
|
||||
&& go install golang.org/x/lint/golint@${GOLINT_VERSION}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue