Update alpine Docker tag to v3.21
parent
39b22a7492
commit
82b5ae18e4
|
@ -11,7 +11,7 @@ RUN install -v -m0755 metacollectord /target/usr/local/bin/metacollectord
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
||||||
FROM alpine:3.19
|
FROM alpine:3.21
|
||||||
|
|
||||||
RUN apk add sqlite-libs
|
RUN apk add sqlite-libs
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ RUN install -v -m0755 tunaposter/tunaposter /target/usr/local/bin/tunaposter
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
||||||
FROM alpine:3.19
|
FROM alpine:3.21
|
||||||
|
|
||||||
COPY --from=0 /target/ /
|
COPY --from=0 /target/ /
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue