Skip to content

Commit

Permalink
Update docker.io/library/alpine Docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent ea79984 commit 6ae06e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step 1: build binary
FROM docker.io/library/alpine:3.18 AS build
FROM docker.io/library/alpine:3.21 AS build
RUN apk update && apk upgrade && apk add --no-cache go
WORKDIR /app
COPY ["go.mod", "go.sum", "./"]
Expand All @@ -10,7 +10,7 @@ RUN go test
RUN GOOS=linux GOARCH=$TARGETARCH go build

# Step 2: deployment image
FROM docker.io/library/alpine:3.18
FROM docker.io/library/alpine:3.21
WORKDIR /app
COPY --from=build /app/antora-nav-orphans-checker /app/antora-nav-orphans-checker
USER 1001
Expand Down

0 comments on commit 6ae06e0

Please sign in to comment.