Skip to content

Commit

Permalink
fix: upgrade ca-certificates
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Jan 4, 2025
1 parent efcc463 commit d1087df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /bin/lcp ./cmd/lcp.go

FROM alpine:3.20.2

RUN apk update && apk add --no-cache ca-certificates=20240705-r0 tzdata=2024b-r0
RUN apk update && apk add --no-cache ca-certificates=20241121-r0 tzdata=2024b-r0

WORKDIR /src
COPY --from=build /bin/lcp /bin/lcp
Expand Down

0 comments on commit d1087df

Please sign in to comment.