Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
change prod image to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tnix100 committed Sep 28, 2024
1 parent 5db0ab4 commit dd7ce84
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 @@ -6,7 +6,7 @@ RUN go mod download
RUN go build -o /Meower-Uploads

# Production stage
FROM golang:1.23-bookworm
FROM ubuntu:24.04
COPY --from=builder /app/Meower-Uploads /Meower-Uploads
RUN apt-get update && apt-get install -y libc6
ENTRYPOINT ["/Meower-Uploads"]

0 comments on commit dd7ce84

Please sign in to comment.