We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a9e03 commit 8ef3f65Copy full SHA for 8ef3f65
images/ansible-operator/Dockerfile
@@ -17,7 +17,7 @@ COPY . .
17
RUN GOOS=linux GOARCH=$TARGETARCH make build/ansible-operator
18
19
# Final image.
20
-FROM quay.io/operator-framework/ansible-operator-base:v1.5.0-2-g052de7c858de99f224d26b80959c0cc6805e53a3
+FROM quay.io/operator-framework/ansible-operator-base:v1.5.x-61a9e03de149f6b9d3c7f192e1f303ce97a42420
21
22
ENV HOME=/opt/ansible \
23
USER_NAME=ansible \
0 commit comments