Skip to content

Commit

Permalink
(#39) | image for linux/amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
vedfordev committed Sep 7, 2024
1 parent 64e2a46 commit c71e9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reportingSystem/superset/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG TAG=latest

FROM apache/superset:${TAG}
FROM --platform=linux/amd64 apache/superset:${TAG}


#Copy avni logo and favicon
Expand Down

0 comments on commit c71e9b8

Please sign in to comment.