Skip to content

Commit

Permalink
release(0.18.5) bump used cargo-generate version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Nov 11, 2023
1 parent fe26410 commit b79fd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rust:1.73.0-alpine3.18

ENV CARGO_GEN_VERSION="0.18.4"
ENV CARGO_GEN_VERSION="0.18.5"

# downloads from: https://github.com/cargo-generate/cargo-generate/releases/download/v0.18.4/cargo-generate-v0.18.4-x86_64-unknown-linux-musl.tar.gz
RUN set -eux; \
Expand Down

0 comments on commit b79fd64

Please sign in to comment.