Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperNG6 committed Jul 5, 2023
1 parent ecb44a7 commit a1f0df7
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.17 as builder
FROM lsiobase/alpine:3.17-69ac1933-ls26 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.17
FROM lsiobase/alpine:3.17-69ac1933-ls26

# set label
LABEL maintainer="NG6"
Expand Down

0 comments on commit a1f0df7

Please sign in to comment.