Skip to content

Commit

Permalink
fix: change base image to debian:stable and update SQLite dependencie…
Browse files Browse the repository at this point in the history
…s installation
  • Loading branch information
ndonathan committed Dec 21, 2024
1 parent 7ab643d commit fe5bcfa
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:stable-slim AS final
FROM debian:stable AS final

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

0 comments on commit fe5bcfa

Please sign in to comment.