diff --git a/Dockerfile b/Dockerfile index f9651ad..fa8450d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22.1 AS certs +FROM alpine:3.23.3 AS certs RUN apk add ca-certificates diff --git a/local.Dockerfile b/local.Dockerfile index 3ea9659..900f949 100644 --- a/local.Dockerfile +++ b/local.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22.1 AS certs +FROM alpine:3.23.3 AS certs RUN apk add ca-certificates @@ -11,7 +11,7 @@ COPY . /build RUN go mod download RUN CGO_ENABLED=0 go build -a -o adguard-exporter main.go -FROM alpine:3.22.1 +FROM alpine:3.23.3 ARG SREP_VERSION ENV SREP_VERSION ${SREP_VERSION}