Skip to content

Commit

Permalink
fix: Update base minio image (#11)
Browse files Browse the repository at this point in the history
Use the base image docker.io/minio/minio:RELEASE.2021-06-17T00-10-46Z.hotfix.35a0912ff

---------

Signed-off-by: Rafael Vasquez <[email protected]>
Signed-off-by: Christian Kadner <[email protected]>
Co-authored-by: Christian Kadner <[email protected]>
  • Loading branch information
rafvasq and ckadner authored Apr 25, 2024
1 parent 765d10b commit 965577d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Using specific tag for now, there was some reason newer minio versions didn't work
FROM quay.io/cloudservices/minio:RELEASE.2021-06-17T00-10-46Z.hotfix.35a0912ff as minio-examples
# Using specific tag to avoid newer minio versions that don't currently work
FROM docker.io/minio/minio:RELEASE.2021-06-17T00-10-46Z.hotfix.35a0912ff as minio-examples

EXPOSE 9000

Expand Down

0 comments on commit 965577d

Please sign in to comment.