diff --git a/Dockerfile b/Dockerfile index a7fc6db..1fd4331 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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