Updated Dockerfile base images to 3.21.2
This commit is contained in:
parent
d81b6c07ac
commit
645f231d64
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.21.0 AS builder
|
||||
FROM alpine:3.21.2 AS builder
|
||||
|
||||
RUN apk add --no-cache \
|
||||
libstdc++=14.2.0-r4 \
|
||||
@ -16,7 +16,7 @@ COPY *.cpp *.hpp Makefile ./
|
||||
|
||||
RUN make -j "$(nproc)"
|
||||
|
||||
FROM alpine:3.21.0
|
||||
FROM alpine:3.21.2
|
||||
|
||||
RUN apk add --no-cache \
|
||||
libstdc++=14.2.0-r4 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user