Skip to content

Commit

Permalink
Pin Alpine version (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Oct 31, 2023
1 parent c09a6eb commit a719b3d
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
Expand Up @@ -11,7 +11,7 @@ COPY . .
RUN cargo build --release --target=x86_64-unknown-linux-musl && \
cp target/x86_64-unknown-linux-musl/release/rust-analyzer ./bin/

FROM alpine:latest
FROM alpine:3.18.4

WORKDIR /opt/analyzer

Expand Down

0 comments on commit a719b3d

Please sign in to comment.