Skip to content

Commit

Permalink
fix: force update CA certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
eryalito committed Nov 10, 2024
1 parent 45c0ab4 commit 7fc1ce8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN go build -o /app/main .

FROM ubuntu:24.04

RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*

COPY --from=build /app/main /app/main

CMD ["/app/main"]

0 comments on commit 7fc1ce8

Please sign in to comment.