diff --git a/Dockerfile b/Dockerfile index 178dc6a..b75d37d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ # hadolint ignore=DL3006 -FROM alpine:latest +FROM git.geekify.de/containers/alpine-bash:latest RUN apk add buildah wget