Skip to content

Commit

Permalink
Alpine 3.21 (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Jan 25, 2025
1 parent fa6caa1 commit c5ad34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ADD . /src/oxia
RUN cd /src/oxia \
&& make

FROM alpine:3.20
FROM alpine:3.21

RUN apk add --no-cache bash bash-completion jq
RUN apk upgrade --no-cache
Expand All @@ -35,4 +35,4 @@ ENV PATH=$PATH:/oxia/bin

RUN oxia completion bash > ~/.bashrc

CMD [ "/bin/bash" ]
CMD [ "/bin/bash" ]

0 comments on commit c5ad34d

Please sign in to comment.