mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-09 16:20:29 +01:00
e4170addb6
* Bump github.com/docker/cli Bumps [github.com/docker/cli](https://github.com/docker/cli) from 26.1.4+incompatible to 27.0.3+incompatible. - [Commits](https://github.com/docker/cli/compare/v26.1.4...v27.0.3) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update all Docker versions to 27 * Swap deprecated methods --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frederik Ring <frederik.ring@gmail.com>
14 lines
137 B
Docker
14 lines
137 B
Docker
FROM docker:27-dind
|
|
|
|
RUN apk add \
|
|
coreutils \
|
|
curl \
|
|
gpg \
|
|
jq \
|
|
moreutils \
|
|
tar \
|
|
zstd \
|
|
--no-cache
|
|
|
|
WORKDIR /code/test
|