Skip to content

Commit

Permalink
docker: use newer alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
RaghavSood committed Jun 19, 2024
1 parent 40dfe91 commit 2f54dc2
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 @@ -16,7 +16,7 @@ RUN cp -R $(nix-store -qR result/) /tmp/nix-store-closure
ADD https://github.com/benbjohnson/litestream/releases/download/v0.3.13/litestream-v0.3.13-linux-amd64.tar.gz /tmp/litestream.tar.gz
RUN tar -C /tmp/litestream -xzf /tmp/litestream.tar.gz

FROM alpine:3.6 as alpine
FROM alpine:3 as alpine

RUN apk add -U --no-cache ca-certificates sqlite bash

Expand Down

0 comments on commit 2f54dc2

Please sign in to comment.