From 103049bc120667c3855467363bfa957b2ec69b2e Mon Sep 17 00:00:00 2001 From: sebclem Date: Wed, 2 Aug 2023 09:22:28 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22b666f..3730d79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /entrypoint FROM python:3.11.4-alpine AS runtime-stage -RUN apk --no-cache add git openssh +RUN apk --no-cache add git openssh tar # renovate: datasource=pypi depName=ansible ENV ANSIBLE_VERSION=8.2.0