Skip to content

Commit

Permalink
Fix compilation failure when building docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
pichi-router committed Jan 4, 2025
1 parent 77407a1 commit 22c68e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/pichi.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3 AS Builder
FROM alpine:3.20 AS Builder

ARG FINGERPRINT="false"
ARG VERSION=latest
Expand All @@ -20,7 +20,7 @@ cp -f $("${SRC}/.conan/scripts/conan.sh" path -p linux "${arg}" "${VERSION}")/bi
strip -s /usr/bin/pichi
EOF

FROM alpine:3
FROM alpine:3.20

RUN apk add --no-cache ca-certificates libstdc++
COPY --from=Builder /usr/bin/pichi /usr/bin
Expand Down

0 comments on commit 22c68e7

Please sign in to comment.