We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0006a77 commit edec449Copy full SHA for edec449
Dockerfile
@@ -7,7 +7,7 @@ COPY . /app
7
RUN go mod download
8
RUN go build ./cmd/cdncheck
9
10
-FROM alpine:3.17.3
+FROM alpine:3.18.0
11
RUN apk -U upgrade --no-cache \
12
&& apk add --no-cache bind-tools ca-certificates
13
COPY --from=builder /app/cdncheck /usr/local/bin/
0 commit comments