Skip to content

Commit

Permalink
Upgrade Dockerfile to use Alpine 3.20 (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbjohnson authored Oct 23, 2024
1 parent 71dc2a8 commit 2f22a4b
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 @@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
go build -ldflags "-s -w -X 'main.Version=${LITESTREAM_VERSION}' -extldflags '-static'" -tags osusergo,netgo,sqlite_omit_load_extension -o /usr/local/bin/litestream ./cmd/litestream


FROM alpine:3.17.2
FROM alpine:3.20
COPY --from=builder /usr/local/bin/litestream /usr/local/bin/litestream
ENTRYPOINT ["/usr/local/bin/litestream"]
CMD []

0 comments on commit 2f22a4b

Please sign in to comment.