Updated Dockerfile's alpine version
This commit is contained in:
parent
a90aca8c5b
commit
ea871e388a
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.17.1
|
FROM alpine:3.19.0
|
||||||
|
|
||||||
RUN apk add make g++
|
RUN apk add make g++
|
||||||
|
|
||||||
@ -17,6 +17,6 @@ RUN chown -R saundersp /home/saundersp/sorting_algorithms
|
|||||||
|
|
||||||
USER saundersp
|
USER saundersp
|
||||||
|
|
||||||
RUN make -j $NPROC
|
RUN make -j $(nproc)
|
||||||
|
|
||||||
ENTRYPOINT ["bin/data"]
|
ENTRYPOINT ["bin/data"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user