Update Dockerfile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
sebclem 2023-08-02 09:22:28 +02:00
parent 7c5426e313
commit 103049bc12

View File

@ -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