Skip to content

Commit

Permalink
feat: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
boodyvo committed Aug 29, 2024
1 parent a5a9893 commit 0a1d264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auction-bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg/mod \
cd /src/auction-bot && go build -o /main

FROM debian:bookworm
FROM debian:bookworm-slim

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

Expand Down

0 comments on commit 0a1d264

Please sign in to comment.