mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
bump alpine version
This commit is contained in:
parent
c282466750
commit
3011209e28
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# Compile
|
||||
FROM alpine:3.10 AS compiler
|
||||
FROM alpine:3.14 AS compiler
|
||||
|
||||
RUN apk update --quiet
|
||||
RUN apk add curl
|
||||
|
@ -32,7 +32,7 @@ COPY . .
|
|||
RUN $HOME/.cargo/bin/cargo build --release
|
||||
|
||||
# Run
|
||||
FROM alpine:3.10
|
||||
FROM alpine:3.14
|
||||
|
||||
RUN apk add -q --no-cache libgcc tini
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue