Skip to content

Commit

Permalink
alpine: base on v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
aieu committed Jan 8, 2024
1 parent 05d0307 commit f1afdee
Show file tree
Hide file tree
Showing 45 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dnscrypt-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '2.1.4'
default: '2.1.5'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '0.52.1'
default: '0.53.2'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/haproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '2.6.15'
default: '2.8.5'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lighttpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '1.4.71'
default: '1.4.73'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '0.23.13'
default: '0.23.14'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nfs-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '2.6.3'
default: '2.6.4'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '8.2.10'
default: '8.2.14'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qbittorrent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '4.5.5'
default: '4.6.2'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rutorrent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '4.2.6'
default: '4.2.9'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/samba-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '4.18.8'
default: '4.18.9'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smartmontools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '7.3'
default: '7.4'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transmission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '4.0.4'
default: '4.0.5'
web_version:
description: 'Web Control version'
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v2ray-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '5.8.0'
default: '5.13.0'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v2ray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '5.8.0'
default: '5.13.0'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xray-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '1.8.4'
default: '1.8.6'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '1.8.4'
default: '1.8.7'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion dnscrypt/proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion dnscrypt/wrapper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion dnsmasq/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion frp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apk add --no-cache curl build-base git libcap && \
ls /frp* | xargs -n1 setcap 'cap_net_bind_service+ep' && \
cp ./conf/frp* /etc/

FROM alpine:3.18
FROM alpine:3.19

COPY --from=builder /frp* /usr/bin/
COPY --from=builder /etc/frp* /etc/
Expand Down
2 changes: 1 addition & 1 deletion haproxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion jekyll/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion libtorrent-rasterbar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion lighttpd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion mariadb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion mpd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion nfs-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion php/fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion pure-ftpd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
10 changes: 5 additions & 5 deletions rutorrent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand All @@ -15,10 +15,10 @@ RUN set -xe && \
ca-certificates \
libtorrent \
nginx \
php81 \
php81-fpm \
php81-json \
php81-session \
php82 \
php82-fpm \
php82-json \
php82-session \
rtorrent \
xmlrpc-c \
runit && \
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion rutorrent/rootfs/etc/service/php-fpm8/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

exec 2>&1
exec /usr/sbin/php-fpm81 --nodaemonize
exec /usr/sbin/php-fpm82 --nodaemonize
2 changes: 1 addition & 1 deletion samba-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion shadowsocks/libev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion shadowsocks/v2ray-plugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN set -xe && \
setcap 'cap_net_bind_service=+ep' /v2ray-plugin


FROM alpine:3.18
FROM alpine:3.19

COPY --from=builder /v2ray-plugin /usr/bin/

Expand Down
2 changes: 1 addition & 1 deletion shadowsocks/xray-plugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN set -xe && \
setcap 'cap_net_bind_service=+ep' /xray-plugin


FROM alpine:3.17
FROM alpine:3.19

COPY --from=builder /xray-plugin /usr/bin/

Expand Down
2 changes: 1 addition & 1 deletion smartmontools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion speedtest-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion transmission/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION
ARG WEB_VERSION
Expand Down
2 changes: 1 addition & 1 deletion trojan-go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN set -xe && \
curl -sSL https://github.com/v2fly/domain-list-community/raw/release/dlc.dat -o release/geosite.dat


FROM alpine:3.18
FROM alpine:3.19

ENV PATH=/usr/bin/trojan-go:$PATH \
REMOTE=www.bing.com:80 \
Expand Down
2 changes: 1 addition & 1 deletion trojan/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion v2ray/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN set -xe && \
curl -sSL https://github.com/v2fly/geoip/raw/release/geoip-only-cn-private.dat -o /geoip-only-cn-private.dat && \
curl -sSL https://github.com/v2ray/domain-list-community/raw/release/dlc.dat -o /geosite.dat

FROM alpine:3.18
FROM alpine:3.19

RUN apk add --no-cache ca-certificates && \
mkdir -p /var/log/v2ray
Expand Down
2 changes: 1 addition & 1 deletion xray/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN set -xe && \
curl -sSL https://github.com/v2ray/geoip/raw/release/geoip.dat -o /geoip.dat && \
curl -sSL https://github.com/v2ray/domain-list-community/raw/release/dlc.dat -o /geosite.dat

FROM alpine:3.18
FROM alpine:3.19

RUN apk add --no-cache ca-certificates && \
mkdir -p /var/log/xray
Expand Down
4 changes: 2 additions & 2 deletions zerotier/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18 as stage
FROM alpine:3.19 as stage

ARG VERSION

Expand All @@ -15,7 +15,7 @@ RUN set -ex && \
curl -sSL https://github.com/zerotier/ZeroTierOne/archive/refs/tags/$VERSION.tar.gz | tar xz --strip 1 && \
make -j `nproc` && make selftest

FROM alpine:3.18
FROM alpine:3.19

ARG VERSION
ENV PEER_PORT=9993
Expand Down

0 comments on commit f1afdee

Please sign in to comment.