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