Update to alpine 3.15 as runtime image

This commit is contained in:
Dimitri Herzog 2021-12-13 22:54:39 +01:00
parent d414c263ad
commit 9c5ba48d76
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ARG opts
RUN env ${opts} make build
# final stage
FROM alpine:3.14
FROM alpine:3.15
LABEL org.opencontainers.image.source="https://github.com/0xERR0R/blocky" \
org.opencontainers.image.url="https://github.com/0xERR0R/blocky" \