Skip to content

Commit

Permalink
Fix Docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Aug 9, 2024
1 parent 6952c3a commit de01dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-store-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# the generated Docker image is used with docker-compose to run the conda-store
# server and public conda-store Docker images

FROM condaforge/miniforge:24.3.0-0 AS base
FROM condaforge/miniforge3:24.3.0-0 AS base

LABEL org.opencontainers.image.authors="conda-store development team"

Expand Down
2 changes: 1 addition & 1 deletion conda-store/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# the generated Docker image is used with docker-compose to run the conda-store
# worker and public conda-store Docker images

FROM condaforge/mambaforge:24.3.0-0 AS base
FROM condaforge/miniforge3:24.3.0-0 AS base

LABEL org.opencontainers.image.authors="conda-store development team"

Expand Down

0 comments on commit de01dc2

Please sign in to comment.