Skip to content

Commit

Permalink
Upgrade Dockerfile to use Alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
benbjohnson committed Oct 23, 2024
1 parent 71dc2a8 commit 17b0b8f
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 17b0b8f

Please sign in to comment.