bump to alpine 3.17

This commit is contained in:
t3chn0m4g3
2023-01-20 17:48:46 +00:00
parent 90eab744b1
commit 2fd0f62484
14 changed files with 15 additions and 16 deletions

View File

@ -26,7 +26,7 @@ RUN apk -U --no-cache add \
make build && \
mv /root/dist/rules.yaml /opt/go/glutton/rules/
#
FROM alpine:3.16
FROM alpine:3.17
#
COPY --from=builder /opt/go/glutton/bin /opt/glutton/bin
COPY --from=builder /opt/go/glutton/config /opt/glutton/config