Update alpine Docker tag to v3.14
parent
cccbd34e7f
commit
75f1297235
|
@ -11,7 +11,7 @@ RUN install -v -m0755 metacollectord /target/usr/local/bin/metacollectord
|
|||
|
||||
###
|
||||
|
||||
FROM alpine:3.13
|
||||
FROM alpine:3.14
|
||||
|
||||
RUN apk add sqlite-libs
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ RUN install -v -m0755 tunaposter/tunaposter /target/usr/local/bin/tunaposter
|
|||
|
||||
###
|
||||
|
||||
FROM alpine:3.13
|
||||
FROM alpine:3.14
|
||||
|
||||
COPY --from=0 /target/ /
|
||||
|
||||
|
|
Loading…
Reference in New Issue