Skip to content

Commit

Permalink
Update alpine:3.17 & Ariang 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperNG6 committed Jun 11, 2023
1 parent 541c483 commit f593329
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
@@ -1,4 +1,4 @@
FROM lsiobase/alpine:3.13 as builder
FROM lsiobase/alpine:3.17 as builder

# download static aria2c && AriaNg AllInOne
RUN apk add --no-cache curl unzip \
Expand All @@ -8,7 +8,7 @@ RUN apk add --no-cache curl unzip \
&& curl -fsSL https://git.io/docker-aria2c.sh | bash

# install static aria2c
FROM lsiobase/alpine:3.13
FROM lsiobase/alpine:3.17

# set label
LABEL maintainer="NG6"
Expand Down

0 comments on commit f593329

Please sign in to comment.