diff --git a/Dockerfile b/Dockerfile index 63c1597..fdfee62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN go mod download RUN go build ./cmd/notify # Release -FROM alpine:3.18.2 +FROM alpine:3.18.3 RUN apk -U upgrade --no-cache \ && apk add --no-cache bind-tools ca-certificates COPY --from=builder /app/notify /usr/local/bin/