From 870c920a66e4bb2231338bb9778c555507311c2e Mon Sep 17 00:00:00 2001 From: fossdd Date: Tue, 30 Apr 2024 17:37:20 +0000 Subject: [PATCH] Upgrade to Alpine v3.19 and add cargo as dependency --- docker/alpine.Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/alpine.Dockerfile b/docker/alpine.Dockerfile index 6c85e2a1a..36f4dc6a8 100644 --- a/docker/alpine.Dockerfile +++ b/docker/alpine.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13 +FROM alpine:3.19 LABEL org.opencontainers.image.source=https://github.com/fish-shell/fish-shell ENV LANG C.UTF-8 @@ -15,7 +15,8 @@ RUN apk add --no-cache \ ninja \ pcre2-dev \ python3 \ - py3-pexpect + py3-pexpect \ + cargo RUN addgroup -g 1000 fishuser