We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1f05fa + 0899414 commit 92a10a4Copy full SHA for 92a10a4
Dockerfile
@@ -7,7 +7,7 @@ COPY . /app
7
RUN go mod download
8
RUN go build ./cmd/aix
9
10
-FROM alpine:3.21.2
+FROM alpine:3.21.3
11
RUN apk -U upgrade --no-cache \
12
&& apk add --no-cache bind-tools ca-certificates
13
COPY --from=builder /app/aix /usr/local/bin/
0 commit comments