Skip to content

Commit

Permalink
chore(deps): add docker.io to solr base image (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 authored Nov 6, 2024
1 parent a87d022 commit dff7113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM solr:9.7.0-slim
FROM docker.io/solr:9.7.0-slim

EXPOSE 8983

Expand Down

0 comments on commit dff7113

Please sign in to comment.