chore(docker-compose): use dev image for docker-compose-non-dev.yml (#14342)

This commit is contained in:
ʈᵃᵢ 2021-04-27 05:32:53 -07:00 committed by GitHub
parent 20ab0869fa
commit 1ec743f29e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
x-superset-image: &superset-image apache/superset:latest
x-superset-image: &superset-image apache/superset:latest-dev
x-superset-depends-on: &superset-depends-on
- db
- redis
@ -26,7 +26,7 @@ x-superset-volumes: &superset-volumes
version: "3.7"
services:
redis:
image: redis:6.2
image: redis:latest
container_name: superset_cache
restart: unless-stopped
volumes: