Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Updated base image which is multi-arch & builds successfully for all arch

Signed-off-by: Modassar Rana <modassar.rana@ibm.com>
  • Loading branch information
modassarrana89 authored May 1, 2024
1 parent b8abd56 commit 4417e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Using specific tag to avoid newer minio versions that don't currently work
FROM docker.io/minio/minio:RELEASE.2024-03-30T09-41-56Z as minio-examples
FROM quay.io/minio/minio:RELEASE.2023-10-16T04-13-43Z as minio-examples

EXPOSE 9000

Expand Down

0 comments on commit 4417e8e

Please sign in to comment.