Skip to content

Commit

Permalink
fix: change base image to debian:stable-slim and install libc6-compat…
Browse files Browse the repository at this point in the history
… for SQLite
  • Loading branch information
ndonathan committed Dec 21, 2024
1 parent 605de32 commit 7ab643d
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 @@ -14,7 +14,7 @@ COPY . .
RUN CGO_ENABLED=1 go build -o server-info-api main.go

# Final stage
FROM debian:bookwork-slim AS final
FROM debian:stable-slim AS final

# Install required dependencies for SQLite
RUN apk add --no-cache libc6-compat
Expand Down

0 comments on commit 7ab643d

Please sign in to comment.