Skip to content

Commit

Permalink
Merge pull request #15 from DDS-Derek/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker tag to v3.20
  • Loading branch information
DDSDerek authored May 25, 2024
2 parents 4b15703 + 98b3b1f commit 17053b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nevinee.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19 AS Build
FROM alpine:3.20 AS Build

ARG QBEE_TAG
ARG AMD64_NAME
Expand All @@ -20,7 +20,7 @@ RUN ARCH=$(uname -m); \
curl -L -o ${PWD}/qbittorrentee.zip https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/download/release-${QBEE_TAG}/${ARCH} && \
unzip qbittorrentee.zip

FROM alpine:3.19
FROM alpine:3.20
ENV QBT_PROFILE=/home/qbittorrent \
TZ=Asia/Shanghai \
PUID=1000 \
Expand Down

0 comments on commit 17053b8

Please sign in to comment.