Skip to content

Commit

Permalink
fix: docker-compose point to master tag (apache#27179)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored and sfirke committed Mar 22, 2024
1 parent 2e60161 commit f496345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
x-superset-image: &superset-image apachesuperset.docker.scarf.sh/apache/superset:${TAG:-latest-dev}
x-superset-image: &superset-image apachesuperset.docker.scarf.sh/apache/superset:${TAG:-master-dev}
x-superset-user: &superset-user root
x-superset-depends-on: &superset-depends-on
- db
Expand Down

0 comments on commit f496345

Please sign in to comment.