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

This commit is contained in:
Renovate 2022-11-17 00:01:57 +00:00
parent 0950bab34a
commit 79b01ed57e
1 changed files with 1 additions and 1 deletions

View File

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