mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
e573b2db60
Bumps alpine from 3.16.3 to 3.17.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 lines
175 B
Docker
10 lines
175 B
Docker
FROM alpine:3.17.2
|
|
|
|
LABEL maintainer="mail@sobolevn.me"
|
|
LABEL vendor="git-secret team"
|
|
|
|
RUN apk add --no-cache --update \
|
|
# Required for our install script:
|
|
bash \
|
|
wget
|