Skip to content

Commit

Permalink
Pin Alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Oct 31, 2023
1 parent e85cf00 commit 9a0d76a
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 @@ -10,7 +10,7 @@ RUN apt-get update && \
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 9a0d76a

Please sign in to comment.