Skip to content

Commit

Permalink
ci: add gen deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Dec 7, 2024
1 parent a80672e commit ca8ef28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loco-gen/src/templates/deployment/docker/docker.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ to: "dockerfile"
skip_exists: true
message: "Dockerfile generated successfully."
---
FROM rust:1.74-slim as builder
FROM rust:1.83-slim as builder

WORKDIR /usr/src/

Expand All @@ -23,4 +23,4 @@ COPY --from=builder /usr/src/{{fallback_file}} /usr/app/{{fallback_file}}
COPY --from=builder /usr/src/config /usr/app/config
COPY --from=builder /usr/src/target/release/{{pkg_name}}-cli /usr/app/{{pkg_name}}-cli

ENTRYPOINT ["/usr/app/{{pkg_name}}-cli"]
ENTRYPOINT ["/usr/app/{{pkg_name}}-cli"]

0 comments on commit ca8ef28

Please sign in to comment.