- Update Alpine version for Docker container to v3.22.1
- Updated GH Actions script to cross-compile amd64 and arm64 images - Updated GH Actions modules to latest versions - Bumped version number in app.py
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.15.0 as build
|
||||
FROM alpine:3.22.1 AS build
|
||||
LABEL maintainer="Ross Stewart <rosskouk@gmail.com>"
|
||||
LABEL org.opencontainers.image.source https://github.com/rosskouk/asknavidrome
|
||||
LABEL org.opencontainers.image.source=https://github.com/rosskouk/asknavidrome
|
||||
|
||||
RUN apk add python3 py3-pip git build-base python3-dev libffi-dev openssl-dev
|
||||
|
||||
@@ -15,8 +15,9 @@ WORKDIR /opt/asknavidrome
|
||||
RUN source ../env/bin/activate && pip --no-cache-dir install wheel && pip --no-cache-dir install -r skill/requirements-docker.txt
|
||||
|
||||
|
||||
FROM alpine:3.15.0
|
||||
FROM alpine:3.22.1
|
||||
LABEL maintainer="Ross Stewart <rosskouk@gmail.com>"
|
||||
LABEL org.opencontainers.image.source=https://github.com/rosskouk/asknavidrome
|
||||
|
||||
RUN apk add python3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user