Skip to content

Commit

Permalink
Update docker.io/library/alpine Docker tag to v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent ea79984 commit 72e1718
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.19 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.19
WORKDIR /app
COPY --from=build /app/antora-nav-orphans-checker /app/antora-nav-orphans-checker
USER 1001
Expand Down

0 comments on commit 72e1718

Please sign in to comment.