chore(deps): update alpine docker tag to v3.17
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Renovate 2022-11-17 00:01:57 +00:00
parent 0950bab34a
commit 79b01ed57e

View File

@ -9,7 +9,7 @@ COPY . .
RUN CGO_ENABLED=0 go build -trimpath -o notificationarr . RUN CGO_ENABLED=0 go build -trimpath -o notificationarr .
######## Start a new stage from scratch ####### ######## Start a new stage from scratch #######
FROM alpine:3.16 FROM alpine:3.17
RUN apk --no-cache add ca-certificates RUN apk --no-cache add ca-certificates