Skip to content

Commit

Permalink
use full semantic version for known hosts copy
Browse files Browse the repository at this point in the history
  • Loading branch information
idodod committed Nov 3, 2023
1 parent fdb496d commit 435e52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ADD_KNOWN_HOSTS:

# known-hosts is used to copy the known_hosts file into the build context (internal use)
known-hosts:
FROM alpine:3.18
FROM alpine:3.18.4
COPY known_hosts .
SAVE ARTIFACT known_hosts

Expand Down

0 comments on commit 435e52b

Please sign in to comment.