Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
henry40408 committed Jan 20, 2025
1 parent 221e313 commit b14b0c9
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,7 +1,7 @@
FROM rust:1.81.0-alpine AS builder

WORKDIR /usr/src/app
RUN apk add --no-cache build-base=0.5-r3 git=2.45.2-r0
RUN apk add --no-cache build-base=0.5-r3 git=2.45.3-r0
COPY . .
COPY .git .git

Expand Down

0 comments on commit b14b0c9

Please sign in to comment.