Skip to content

Commit

Permalink
fix: docker image (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry40408 authored Aug 9, 2024
1 parent a48f5e9 commit bf15593
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.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

Expand Down

0 comments on commit bf15593

Please sign in to comment.