Skip to content

Commit

Permalink
Dockerfile: drop image size to 45M from 268M
Browse files Browse the repository at this point in the history
The golang:1.22-alpine3.19 image includes the Go compiler and source,
switch to alpine:3.20.2 instead.

ghcr.io/metal-toolbox/fleetdb   latest    396d4ca21eea   2 minutes ago    45.6MB
ghcr.io/metal-toolbox/fleetdb   alpine-go 746e11636ba1   13 minutes ago   268MB
  • Loading branch information
joelrebel committed Jul 25, 2024
1 parent d46f688 commit 4b663d7
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
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.19
FROM alpine:3.20.2

# Copy the binary that goreleaser built
COPY fleetdb /fleetdb
Expand Down

0 comments on commit 4b663d7

Please sign in to comment.