new apline base image

This commit is contained in:
2023-09-13 12:50:11 +02:00
parent 535af64d1a
commit f24cdbac1c
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.13 AS builder
FROM alpine:3.18.3 AS builder
ARG VERSION="dockerized"
@ -13,7 +13,7 @@ RUN \
make VERSION=${VERSION}
FROM alpine:3.13
FROM alpine:3.18.3
COPY --from=builder /tmp/sink/build/sink20169 /usr/local/bin/