0036f361f0
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 lines
68 B
Docker
6 lines
68 B
Docker
FROM alpine:3.19
|
|
|
|
RUN apk add --update git
|
|
|
|
RUN apk add --update jq
|