Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/ansible-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY . .
RUN GOOS=linux GOARCH=$TARGETARCH make build/ansible-operator

# Final image.
FROM quay.io/operator-framework/ansible-operator-base:master-80435707c04072729ce39b776ca9f1755f000d2e
FROM quay.io/operator-framework/ansible-operator-base:v1.26.x-6deb76f10e4db85a6dc551759306c6eea989be27

ENV HOME=/opt/ansible \
USER_NAME=ansible \
Expand Down