diff --git a/Dockerfile b/Dockerfile index f0eebf9..0b97414 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM rust:1.80.1-alpine AS builder WORKDIR /usr/src/app -RUN apk add --no-cache build-base=0.5-r3 git=2.43.0-r0 +RUN apk add --no-cache build-base=0.5-r3 git=2.45.2-r0 COPY . . COPY .git .git