Skip to content

Commit

Permalink
make CI layer inherit from dev layer as opposed to lean
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Nov 21, 2024
1 parent c263da7 commit 08dfcf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/chart-releaser-action
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ USER superset
######################################################################
# CI image...
######################################################################
FROM lean AS ci
FROM dev AS ci

COPY --chown=superset:superset --chmod=755 ./docker/*.sh /app/docker/

Expand Down

0 comments on commit 08dfcf7

Please sign in to comment.