Skip to content

Commit

Permalink
Update CODECRAFTERS_DEPENDENCY_FILE_PATHS to include Package.resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Sep 30, 2024
1 parent dcc9dcf commit 5cc0c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/swift-6.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM swift:6.0-focal

# Ensures the container is re-built if Package.swift changes
ENV CODECRAFTERS_DEPENDENCY_FILE_PATHS="Package.swift"
ENV CODECRAFTERS_DEPENDENCY_FILE_PATHS="Package.swift,Package.resolved"

WORKDIR /app

Expand Down

0 comments on commit 5cc0c06

Please sign in to comment.