Skip to content

Commit

Permalink
build: fix glibc lower version
Browse files Browse the repository at this point in the history
  • Loading branch information
pupilcc committed Jul 30, 2024
1 parent 7002442 commit 16f6b5c
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 @@ -7,7 +7,7 @@ RUN go mod download
COPY . .
RUN CGO_ENABLED=1 GOOS=linux go build -a -o /go/bin/autossl .

FROM debian:buster-slim
FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y ca-certificates curl openssl \
&& rm -rf /var/lib/apt/lists/*
RUN curl https://get.acme.sh | sh
Expand Down

0 comments on commit 16f6b5c

Please sign in to comment.