Compare commits

..

No commits in common. "b66616d5b8966c8dee465468c3e73812cf59d507" and "7172e846302e629e362a5ad534c419b4f9f129eb" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ include .ci/podman.mk
Add subtree to your project: Add subtree to your project:
``` ```
git subtree add --prefix .ci https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git main --squash git subtree add --prefix .ci https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git master --squash
``` ```

View File

@ -1,5 +1,5 @@
ARG DISTRO_VERSION="3.21" ARG DISTRO_VERSION="3.20"
ARG VERSION="0.6.29" ARG VERSION="0.6.27"
FROM alpine:${DISTRO_VERSION} FROM alpine:${DISTRO_VERSION}
ARG DISTRO_VERSION ARG DISTRO_VERSION