mirror of
https://github.com/rancher/plugins.git
synced 2025-10-19 22:22:20 +00:00
Bumps alpine from 3.19 to 3.20. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
8 lines
115 B
Docker
8 lines
115 B
Docker
FROM alpine:3.20
|
|
|
|
RUN apk add --no-cache curl jq
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|