chore(deps): update alpine docker tag to v3.20
This commit is contained in:
parent
7c810124e7
commit
03345f9c87
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
FROM alpine:3.18
|
||||
FROM alpine:3.20
|
||||
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.18
|
||||
FROM alpine:3.20
|
||||
COPY /copy.sh /
|
||||
COPY --from=0 numcpu_override.so /
|
||||
ENTRYPOINT ["/copy.sh"]
|
||||
|
|
Loading…
Add table
Reference in a new issue