Skip to content

Commit

Permalink
Try to invert the order of things.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Mar 19, 2024
1 parent 28604cf commit 6603aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudknot/templates/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
###############################################################################

# Use official python base image
FROM --platform=linux/amd64 ${base_image}
FROM ${base_image} --platform=linux/amd64

# Install python dependencies
COPY requirements.txt /tmp/
Expand Down

0 comments on commit 6603aca

Please sign in to comment.