Skip to content

Commit 815db5d

Browse files
fix: specify alpine version in Dockerfile (#66)
1 parent c1181c0 commit 815db5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN cargo build --release
2323
##############################
2424
# Stage 3: Final Image
2525
##############################
26-
FROM alpine
26+
FROM alpine:3
2727
RUN apk add --no-cache tesseract-ocr
2828
WORKDIR /app
2929
COPY --from=builder /app/target/release/parser .

0 commit comments

Comments
 (0)