chore(deps): update alpine docker tag to v3.21
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
03345f9c87
commit
e5be681d2d
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
FROM alpine:3.20
|
||||
FROM alpine:3.21
|
||||
COPY . .
|
||||
RUN apk add --no-cache gcc musl-dev && \
|
||||
gcc -shared -fPIC -Wall -Wextra -Werror numcpu_override.c -o numcpu_override.so -ldl
|
||||
|
||||
FROM alpine:3.20
|
||||
FROM alpine:3.21
|
||||
COPY /copy.sh /
|
||||
COPY --from=0 numcpu_override.so /
|
||||
ENTRYPOINT ["/copy.sh"]
|
||||
|
|
Loading…
Add table
Reference in a new issue