Skip to content

Commit

Permalink
release(0.20.0) bump used cargo-generate version to v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Apr 8, 2024
1 parent d72ad71 commit 9e8ae09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rust:1.73.0-alpine3.18
FROM rust:1.77.1-alpine3.19

ENV CARGO_GEN_VERSION="0.18.5"
ENV CARGO_GEN_VERSION="0.20.0"

# 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 9e8ae09

Please sign in to comment.