Dockerfile : updated base image to alpine:3.21.3
This commit is contained in:
parent
645f231d64
commit
508cf9fa2c
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.21.2 AS builder
|
||||
FROM alpine:3.21.3 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.2
|
||||
FROM alpine:3.21.3
|
||||
|
||||
RUN apk add --no-cache \
|
||||
libstdc++=14.2.0-r4 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user