yaml: Update use of alpine:3.11 to alpine:3.13

Seceral YAML files used alpine:3:11. Update them to 3.13

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer
2021-08-10 00:13:52 +01:00
parent ce73340d6c
commit 4eb60514c9
39 changed files with 42 additions and 42 deletions

View File

@@ -17,7 +17,7 @@ COPY ./src/* ./
RUN make all
# Package
FROM alpine:3.11
FROM alpine:3.13
COPY --from=build /kmod/hello_world.ko /
COPY check.sh /check.sh
ENTRYPOINT ["/bin/sh", "/check.sh"]

View File

@@ -17,7 +17,7 @@ COPY ./src/* ./
RUN make all
# Package
FROM alpine:3.11
FROM alpine:3.13
COPY --from=build /kmod/hello_world.ko /
COPY check.sh /check.sh
ENTRYPOINT ["/bin/sh", "/check.sh"]

View File

@@ -17,7 +17,7 @@ COPY ./src/* ./
RUN make all
# Package
FROM alpine:3.11
FROM alpine:3.13
COPY --from=build /kmod/hello_world.ko /
COPY check.sh /check.sh
ENTRYPOINT ["/bin/sh", "/check.sh"]